Html Css Color HEX #C20D0C Free Speech Red

📋 copy color: '#C20D0C'

red 194 ◦ green 13 ◦ blue 12

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

Shades of Free Speech Red #C20D0C

Tints of Free Speech Red #C20D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.94%

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

R = 88.58%
G = 5.94%
B = 5.48%

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

#C20D0C (or 0xC20D0C) is known color: Free Speech Red. HEX triplet: C2, 0D and 0C. RGB value is (194,13,12). Sum of RGB (Red+Green+Blue) = 194+13+12=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20D0C is #3DF2F3. Grayscale: #434343. Windows color (decimal): -4059892 or 789954. OLE color: 789954.

HSL color Cylindrical-coordinate representation of color #C20D0C: hue angle of 0.33º 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 #C20D0C is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 13 12 -
CMYK 0 0.93 0.94 0.24
HSL 0.33º 0.88% 0.4% -
HSV(B) 0.33º 0.94% 0.76% -
XYZ 22.46 11.78 1.44 -
YUV 67.01 96.97 218.58 -
System Red Green Blue C M Y K H S L
Decimal 194 13 12 0 0.93 0.94 0.24 0.33 0.88 0.4
Hex C2 D C 0 5D 5E 18 0 58 28
Octal 302 15 14 0 135 136 30 0 130 50
Binary 11000010 1101 1100 0 1011101 1011110 11000 0 1011000 101000

Color Harmonies of #C20D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D0C

Black with #C20D0C

Text Example


Text Example

White with #C20D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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