Html Css Color HEX #C41706 Free Speech Red

📋 copy color: '#C41706'

red 196 ◦ green 23 ◦ blue 6

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

Shades of Free Speech Red #C41706

Tints of Free Speech Red #C41706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.22%

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

R = 87.11%
G = 10.22%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C41706 (or 0xC41706) is known color: Free Speech Red. HEX triplet: C4, 17 and 06. RGB value is (196,23,6). Sum of RGB (Red+Green+Blue) = 196+23+6=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C41706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41706 is #3BE8F9. Grayscale: #494949. Windows color (decimal): -3926266 or 399300. OLE color: 399300.

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

Color convert

RGB 196 23 6 -
CMYK 0 0.88 0.97 0.23
HSL 5.37º 0.94% 0.4% -
HSV(B) 5.37º 0.97% 0.77% -
XYZ 23.1 12.36 1.34 -
YUV 72.79 90.31 215.88 -
System Red Green Blue C M Y K H S L
Decimal 196 23 6 0 0.88 0.97 0.23 5.37 0.94 0.4
Hex C4 17 6 0 58 61 17 5 5E 28
Octal 304 27 6 0 130 141 27 5 136 50
Binary 11000100 10111 110 0 1011000 1100001 10111 101 1011110 101000

Color Harmonies of #C41706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41706

Black with #C41706

Text Example


Text Example

White with #C41706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41706; }

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

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

background-color css

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

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

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

border-color css

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

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

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