Html Css Color HEX #C40804 Free Speech Red

📋 copy color: '#C40804'

red 196 ◦ green 8 ◦ blue 4

#C40804
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #C40804

Tints of Free Speech Red #C40804

RGB

 RED value IS 196 (76.95% from 255) = 94.23%

 GREEN value IS 8 (3.52% from 255) = 3.85%

 BLUE value IS 4 (1.95% from 255) = 1.92%

R = 94.23%
G = 3.85%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C40804 (or 0xC40804) is known color: Free Speech Red. HEX triplet: C4, 08 and 04. RGB value is (196,8,4). Sum of RGB (Red+Green+Blue) = 196+8+4=208 (27% of max value = 765). Red value is 196 (76.95% from 255 or 94.23% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 196 - color contains mainly: red. Hex color #C40804 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40804 is #3BF7FB. Grayscale: #3F3F3F. Windows color (decimal): -3930108 or 264388. OLE color: 264388.

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

Color convert

RGB 196 8 4 -
CMYK 0 0.96 0.98 0.23
HSL 1.25º 0.96% 0.39% -
HSV(B) 1.25º 0.98% 0.77% -
XYZ 22.87 11.92 1.21 -
YUV 63.76 94.28 222.33 -
System Red Green Blue C M Y K H S L
Decimal 196 8 4 0 0.96 0.98 0.23 1.25 0.96 0.39
Hex C4 8 4 0 60 62 17 1 60 27
Octal 304 10 4 0 140 142 27 1 140 47
Binary 11000100 1000 100 0 1100000 1100010 10111 1 1100000 100111

Color Harmonies of #C40804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40804

Black with #C40804

Text Example


Text Example

White with #C40804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40804; }

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

 H1.HeaderClassName
 {
   color: #C40804;
 }
 .AnyTagClassName
 {
   color: #C40804;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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