Html Css Color HEX #C41412 Free Speech Red

📋 copy color: '#C41412'

red 196 ◦ green 20 ◦ blue 18

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

Shades of Free Speech Red #C41412

Tints of Free Speech Red #C41412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.55%

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 83.76%
G = 8.55%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C41412 (or 0xC41412) is known color: Free Speech Red. HEX triplet: C4, 14 and 12. RGB value is (196,20,18). Sum of RGB (Red+Green+Blue) = 196+20+18=234 (30% of max value = 765). Red value is 196 (76.95% from 255 or 83.76% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 196 - color contains mainly: red. Hex color #C41412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41412 is #3BEBED. Grayscale: #484848. Windows color (decimal): -3927022 or 1184964. OLE color: 1184964.

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

Color convert

RGB 196 20 18 -
CMYK 0 0.90 0.91 0.23
HSL 0.67º 0.83% 0.42% -
HSV(B) 0.67º 0.91% 0.77% -
XYZ 23.12 12.28 1.72 -
YUV 72.4 97.31 216.16 -
System Red Green Blue C M Y K H S L
Decimal 196 20 18 0 0.90 0.91 0.23 0.67 0.83 0.42
Hex C4 14 12 0 5A 5B 17 1 53 2A
Octal 304 24 22 0 132 133 27 1 123 52
Binary 11000100 10100 10010 0 1011010 1011011 10111 1 1010011 101010

Color Harmonies of #C41412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41412

Black with #C41412

Text Example


Text Example

White with #C41412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41412; }

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

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

background-color css

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

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

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

border-color css

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

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

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