Html Css Color HEX #C41006 Free Speech Red

📋 copy color: '#C41006'

red 196 ◦ green 16 ◦ blue 6

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

Shades of Free Speech Red #C41006

Tints of Free Speech Red #C41006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

 BLUE value IS 6 (2.73% from 255) = 2.75%

R = 89.91%
G = 7.34%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C41006 (or 0xC41006) is known color: Free Speech Red. HEX triplet: C4, 10 and 06. RGB value is (196,16,6). Sum of RGB (Red+Green+Blue) = 196+16+6=218 (28% of max value = 765). Red value is 196 (76.95% from 255 or 89.91% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 196 - color contains mainly: red. Hex color #C41006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41006 is #3BEFF9. Grayscale: #444444. Windows color (decimal): -3928058 or 397508. OLE color: 397508.

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

Color convert

RGB 196 16 6 -
CMYK 0 0.92 0.97 0.23
HSL 3.16º 0.94% 0.4% -
HSV(B) 3.16º 0.97% 0.77% -
XYZ 22.98 12.12 1.3 -
YUV 68.68 92.63 218.81 -
System Red Green Blue C M Y K H S L
Decimal 196 16 6 0 0.92 0.97 0.23 3.16 0.94 0.4
Hex C4 10 6 0 5C 61 17 3 5E 28
Octal 304 20 6 0 134 141 27 3 136 50
Binary 11000100 10000 110 0 1011100 1100001 10111 11 1011110 101000

Color Harmonies of #C41006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41006

Black with #C41006

Text Example


Text Example

White with #C41006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41006; }

 p { color: rgb(196,16,6); }

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

background-color css

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

 a { background-color: rgb(196,16,6); }

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

border-color css

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

 span { border-color: rgb(196,16,6); }

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