Html Css Color HEX #C20C01 Free Speech Red

📋 copy color: '#C20C01'

red 194 ◦ green 12 ◦ blue 1

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

Shades of Free Speech Red #C20C01

Tints of Free Speech Red #C20C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 93.72%
G = 5.8%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C20C01 (or 0xC20C01) is known color: Free Speech Red. HEX triplet: C2, 0C and 01. RGB value is (194,12,1). Sum of RGB (Red+Green+Blue) = 194+12+1=207 (27% of max value = 765). Red value is 194 (76.17% from 255 or 93.72% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20C01 is #3DF3FE. Grayscale: #414141. Windows color (decimal): -4060159 or 68802. OLE color: 68802.

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

Color convert

RGB 194 12 1 -
CMYK 0 0.94 0.99 0.24
HSL 3.42º 0.99% 0.38% -
HSV(B) 3.42º 0.99% 0.76% -
XYZ 22.39 11.73 1.11 -
YUV 65.16 91.8 219.89 -
System Red Green Blue C M Y K H S L
Decimal 194 12 1 0 0.94 0.99 0.24 3.42 0.99 0.38
Hex C2 C 1 0 5E 63 18 3 63 26
Octal 302 14 1 0 136 143 30 3 143 46
Binary 11000010 1100 1 0 1011110 1100011 11000 11 1100011 100110

Color Harmonies of #C20C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C01

Black with #C20C01

Text Example


Text Example

White with #C20C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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