Html Css Color HEX #C41507 Free Speech Red

📋 copy color: '#C41507'

red 196 ◦ green 21 ◦ blue 7

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

Shades of Free Speech Red #C41507

Tints of Free Speech Red #C41507

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

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

R = 87.5%
G = 9.38%
B = 3.13%

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

#C41507 (or 0xC41507) is known color: Free Speech Red. HEX triplet: C4, 15 and 07. RGB value is (196,21,7). Sum of RGB (Red+Green+Blue) = 196+21+7=224 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.5% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 196 - color contains mainly: red. Hex color #C41507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41507 is #3BEAF8. Grayscale: #474747. Windows color (decimal): -3926777 or 464324. OLE color: 464324.

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

Color convert

RGB 196 21 7 -
CMYK 0 0.89 0.96 0.23
HSL 4.44º 0.93% 0.4% -
HSV(B) 4.44º 0.96% 0.77% -
XYZ 23.07 12.29 1.36 -
YUV 71.73 91.48 216.64 -
System Red Green Blue C M Y K H S L
Decimal 196 21 7 0 0.89 0.96 0.23 4.44 0.93 0.4
Hex C4 15 7 0 59 60 17 4 5D 28
Octal 304 25 7 0 131 140 27 4 135 50
Binary 11000100 10101 111 0 1011001 1100000 10111 100 1011101 101000

Color Harmonies of #C41507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41507

Black with #C41507

Text Example


Text Example

White with #C41507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41507; }

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

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

background-color css

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

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

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

border-color css

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

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

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