Html Css Color HEX #C20E0C Free Speech Red

📋 copy color: '#C20E0C'

red 194 ◦ green 14 ◦ blue 12

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

Shades of Free Speech Red #C20E0C

Tints of Free Speech Red #C20E0C

RGB

 RED value IS 194 (76.17% from 255) = 88.18%

 GREEN value IS 14 (5.86% from 255) = 6.36%

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

R = 88.18%
G = 6.36%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C20E0C (or 0xC20E0C) is known color: Free Speech Red. HEX triplet: C2, 0E and 0C. RGB value is (194,14,12). Sum of RGB (Red+Green+Blue) = 194+14+12=220 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.18% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20E0C is #3DF1F3. Grayscale: #434343. Windows color (decimal): -4059636 or 790210. OLE color: 790210.

HSL color Cylindrical-coordinate representation of color #C20E0C: hue angle of 0.66º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20E0C is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 14 12 -
CMYK 0 0.93 0.94 0.24
HSL 0.66º 0.88% 0.4% -
HSV(B) 0.66º 0.94% 0.76% -
XYZ 22.47 11.81 1.44 -
YUV 67.59 96.63 218.16 -
System Red Green Blue C M Y K H S L
Decimal 194 14 12 0 0.93 0.94 0.24 0.66 0.88 0.4
Hex C2 E C 0 5D 5E 18 1 58 28
Octal 302 16 14 0 135 136 30 1 130 50
Binary 11000010 1110 1100 0 1011101 1011110 11000 1 1011000 101000

Color Harmonies of #C20E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20E0C

Black with #C20E0C

Text Example


Text Example

White with #C20E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20E0C; }

 p { color: rgb(194,14,12); }

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

background-color css

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

 a { background-color: rgb(194,14,12); }

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

border-color css

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

 span { border-color: rgb(194,14,12); }

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