Html Css Color HEX #C41607 Free Speech Red

📋 copy color: '#C41607'

red 196 ◦ green 22 ◦ blue 7

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

Shades of Free Speech Red #C41607

Tints of Free Speech Red #C41607

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.78%

 BLUE value IS 7 (3.13% from 255) = 3.11%

R = 87.11%
G = 9.78%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C41607 (or 0xC41607) is known color: Free Speech Red. HEX triplet: C4, 16 and 07. RGB value is (196,22,7). Sum of RGB (Red+Green+Blue) = 196+22+7=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C41607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41607 is #3BE9F8. Grayscale: #484848. Windows color (decimal): -3926521 or 464580. OLE color: 464580.

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

Color convert

RGB 196 22 7 -
CMYK 0 0.89 0.96 0.23
HSL 4.76º 0.93% 0.4% -
HSV(B) 4.76º 0.96% 0.77% -
XYZ 23.09 12.32 1.36 -
YUV 72.32 91.15 216.22 -
System Red Green Blue C M Y K H S L
Decimal 196 22 7 0 0.89 0.96 0.23 4.76 0.93 0.4
Hex C4 16 7 0 59 60 17 5 5D 28
Octal 304 26 7 0 131 140 27 5 135 50
Binary 11000100 10110 111 0 1011001 1100000 10111 101 1011101 101000

Color Harmonies of #C41607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41607

Black with #C41607

Text Example


Text Example

White with #C41607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41607; }

 p { color: rgb(196,22,7); }

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

background-color css

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

 a { background-color: rgb(196,22,7); }

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

border-color css

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

 span { border-color: rgb(196,22,7); }

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