#C40B08

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

Shades of Free Speech Red #C40B08

Tints of Free Speech Red #C40B08

Color information

#C40B08 (or 0xC40B08) is unknown color: approx Free Speech Red. HEX triplet: C4, 0B and 08. RGB value is (196,11,8). Sum of RGB (Red+Green+Blue) = 196+11+8=215 (28% of max value = 765). Red value is 196 (76.95% from 255 or 91.16% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40B08 is #3BF4F7. Grayscale: #424242. Windows color (decimal): -3929336 or 527300. OLE color: 527300.

HSL color Cylindrical-coordinate representation of color #C40B08: hue angle of 0.96º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40B08 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB196118-
CMYK00.940.960.23
HSL0.96º92.16%40%-
HSV(B)0.96º95.92%76.86%-
XYZ22.9311.991.34-
YUV65.9795.29220.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 91.16%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 8 (3.52% from 255) = 3.72%
R=91.16%
G=5.12%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611800.940.960.230.9692.1640
HexC4B805E601715c28
Octal3041310013614027113450
Binary11000100101110000101111011000001011111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40B08; }

 p { color: rgb(196,11,8); }

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

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

 a { background-color: rgb(196,11,8); }

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

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

 span { border-color: rgb(196,11,8); }

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