Html Css Color HEX #C20C07 Free Speech Red

📋 copy color: '#C20C07'

red 194 ◦ green 12 ◦ blue 7

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

Shades of Free Speech Red #C20C07

Tints of Free Speech Red #C20C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.63%

 BLUE value IS 7 (3.13% from 255) = 3.29%

R = 91.08%
G = 5.63%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C20C07 (or 0xC20C07) is known color: Free Speech Red. HEX triplet: C2, 0C and 07. RGB value is (194,12,7). Sum of RGB (Red+Green+Blue) = 194+12+7=213 (28% of max value = 765). Red value is 194 (76.17% from 255 or 91.08% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20C07 is #3DF3F8. Grayscale: #424242. Windows color (decimal): -4060153 or 462018. OLE color: 462018.

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

Color convert

RGB 194 12 7 -
CMYK 0 0.94 0.96 0.24
HSL 1.6º 0.93% 0.39% -
HSV(B) 1.6º 0.96% 0.76% -
XYZ 22.42 11.75 1.29 -
YUV 65.85 94.8 219.41 -
System Red Green Blue C M Y K H S L
Decimal 194 12 7 0 0.94 0.96 0.24 1.6 0.93 0.39
Hex C2 C 7 0 5E 60 18 2 5D 27
Octal 302 14 7 0 136 140 30 2 135 47
Binary 11000010 1100 111 0 1011110 1100000 11000 10 1011101 100111

Color Harmonies of #C20C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C07

Black with #C20C07

Text Example


Text Example

White with #C20C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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