Html Css Color HEX #C4110C Free Speech Red

📋 copy color: '#C4110C'

red 196 ◦ green 17 ◦ blue 12

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

Shades of Free Speech Red #C4110C

Tints of Free Speech Red #C4110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.56%

 BLUE value IS 12 (5.08% from 255) = 5.33%

R = 87.11%
G = 7.56%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4110C (or 0xC4110C) is known color: Free Speech Red. HEX triplet: C4, 11 and 0C. RGB value is (196,17,12). Sum of RGB (Red+Green+Blue) = 196+17+12=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C4110C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4110C is #3BEEF3. Grayscale: #464646. Windows color (decimal): -3927796 or 790980. OLE color: 790980.

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

Color convert

RGB 196 17 12 -
CMYK 0 0.91 0.94 0.23
HSL 1.63º 0.88% 0.41% -
HSV(B) 1.63º 0.94% 0.77% -
XYZ 23.03 12.16 1.48 -
YUV 69.95 95.3 217.91 -
System Red Green Blue C M Y K H S L
Decimal 196 17 12 0 0.91 0.94 0.23 1.63 0.88 0.41
Hex C4 11 C 0 5B 5E 17 2 58 29
Octal 304 21 14 0 133 136 27 2 130 51
Binary 11000100 10001 1100 0 1011011 1011110 10111 10 1011000 101001

Color Harmonies of #C4110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4110C

Black with #C4110C

Text Example


Text Example

White with #C4110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4110C; }

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

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

background-color css

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

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

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

border-color css

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

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

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