Html Css Color HEX #C41306 Free Speech Red

📋 copy color: '#C41306'

red 196 ◦ green 19 ◦ blue 6

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

Shades of Free Speech Red #C41306

Tints of Free Speech Red #C41306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

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

R = 88.69%
G = 8.6%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C41306 (or 0xC41306) is known color: Free Speech Red. HEX triplet: C4, 13 and 06. RGB value is (196,19,6). Sum of RGB (Red+Green+Blue) = 196+19+6=221 (29% of max value = 765). Red value is 196 (76.95% from 255 or 88.69% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 196 - color contains mainly: red. Hex color #C41306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41306 is #3BECF9. Grayscale: #464646. Windows color (decimal): -3927290 or 398276. OLE color: 398276.

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

Color convert

RGB 196 19 6 -
CMYK 0 0.90 0.97 0.23
HSL 4.11º 0.94% 0.4% -
HSV(B) 4.11º 0.97% 0.77% -
XYZ 23.03 12.21 1.32 -
YUV 70.44 91.64 217.56 -
System Red Green Blue C M Y K H S L
Decimal 196 19 6 0 0.90 0.97 0.23 4.11 0.94 0.4
Hex C4 13 6 0 5A 61 17 4 5E 28
Octal 304 23 6 0 132 141 27 4 136 50
Binary 11000100 10011 110 0 1011010 1100001 10111 100 1011110 101000

Color Harmonies of #C41306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41306

Black with #C41306

Text Example


Text Example

White with #C41306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41306; }

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

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

background-color css

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

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

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

border-color css

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

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

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