Html Css Color HEX #C41404 Free Speech Red

📋 copy color: '#C41404'

red 196 ◦ green 20 ◦ blue 4

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

Shades of Free Speech Red #C41404

Tints of Free Speech Red #C41404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.09%

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

R = 89.09%
G = 9.09%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C41404 (or 0xC41404) is known color: Free Speech Red. HEX triplet: C4, 14 and 04. RGB value is (196,20,4). Sum of RGB (Red+Green+Blue) = 196+20+4=220 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.09% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 196 - color contains mainly: red. Hex color #C41404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41404 is #3BEBFB. Grayscale: #474747. Windows color (decimal): -3927036 or 267460. OLE color: 267460.

HSL color Cylindrical-coordinate representation of color #C41404: hue angle of 5º 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 #C41404 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 4 -
CMYK 0 0.90 0.98 0.23
HSL 0.96% 0.39% -
HSV(B) 0.98% 0.77% -
XYZ 23.04 12.24 1.26 -
YUV 70.8 90.31 217.3 -
System Red Green Blue C M Y K H S L
Decimal 196 20 4 0 0.90 0.98 0.23 5 0.96 0.39
Hex C4 14 4 0 5A 62 17 5 60 27
Octal 304 24 4 0 132 142 27 5 140 47
Binary 11000100 10100 100 0 1011010 1100010 10111 101 1100000 100111

Color Harmonies of #C41404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41404

Black with #C41404

Text Example


Text Example

White with #C41404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41404; }

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

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

background-color css

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

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

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

border-color css

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

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

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