#CB0604

Color #CB0604 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #CB0604

Tints of Free Speech Red #CB0604

Color information

#CB0604 (or 0xCB0604) is unknown color: approx Free Speech Red. HEX triplet: CB, 06 and 04. RGB value is (203,6,4). Sum of RGB (Red+Green+Blue) = 203+6+4=213 (28% of max value = 765). Red value is 203 (79.69% from 255 or 95.31% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0604 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0604 is #34F9FB. Grayscale: #404040. Windows color (decimal): -3471868 or 263883. OLE color: 263883.

HSL color Cylindrical-coordinate representation of color #CB0604: hue angle of 0.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0604 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB20364-
CMYK00.970.980.20
HSL0.6º96.14%40.59%-
HSV(B)0.6º98.03%79.61%-
XYZ24.7212.841.29-
YUV64.6893.77226.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 95.31%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 4 (1.95% from 255) = 1.88%
R=95.31%
G=2.82%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036400.970.980.200.696.1440.59
HexCB64061621416029
Octal31364014114224114051
Binary110010111101000110000111000101010011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0604; }

 p { color: rgb(203,6,4); }

 H1.HeaderClassName
 {
   color: #CB0604;
 }
 .AnyTagClassName
 {
   color: #CB0604;
 }
</style>
background-color css

<style>
 a { background-color: #CB0604; }

 a { background-color: rgb(203,6,4); }

 div.DivClassName
 {
   background-color: #CB0604;
 }
 .BgClassName
 {
   background-color: #CB0604;
 }
</style>
border-color css

<style>
 span { border-color: #CB0604; }

 span { border-color: rgb(203,6,4); }

 td.TdClassName
 {
   border-color: #CB0604;
 }
 .TagClassName
 {
   border-color: #CB0604;
 }
</style>