Html Css Color HEX #C41211 Free Speech Red

📋 copy color: '#C41211'

red 196 ◦ green 18 ◦ blue 17

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

Shades of Free Speech Red #C41211

Tints of Free Speech Red #C41211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.79%

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 84.85%
G = 7.79%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C41211 (or 0xC41211) is known color: Free Speech Red. HEX triplet: C4, 12 and 11. RGB value is (196,18,17). Sum of RGB (Red+Green+Blue) = 196+18+17=231 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.85% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 196 - color contains mainly: red. Hex color #C41211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41211 is #3BEDEE. Grayscale: #474747. Windows color (decimal): -3927535 or 1118916. OLE color: 1118916.

HSL color Cylindrical-coordinate representation of color #C41211: hue angle of 0.34º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41211 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 18 17 -
CMYK 0 0.91 0.91 0.23
HSL 0.34º 0.84% 0.42% -
HSV(B) 0.34º 0.91% 0.77% -
XYZ 23.08 12.21 1.67 -
YUV 71.11 97.47 217.08 -
System Red Green Blue C M Y K H S L
Decimal 196 18 17 0 0.91 0.91 0.23 0.34 0.84 0.42
Hex C4 12 11 0 5B 5B 17 0 54 2A
Octal 304 22 21 0 133 133 27 0 124 52
Binary 11000100 10010 10001 0 1011011 1011011 10111 0 1010100 101010

Color Harmonies of #C41211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41211

Black with #C41211

Text Example


Text Example

White with #C41211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41211; }

 p { color: rgb(196,18,17); }

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

background-color css

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

 a { background-color: rgb(196,18,17); }

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

border-color css

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

 span { border-color: rgb(196,18,17); }

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