Html Css Color HEX #C20200 Free Speech Red

📋 copy color: '#C20200'

red 194 ◦ green 2 ◦ blue 0

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

Shades of Free Speech Red #C20200

Tints of Free Speech Red #C20200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.98%
G = 1.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C20200 (or 0xC20200) is known color: Free Speech Red. HEX triplet: C2, 02 and 00. RGB value is (194,2,0). Sum of RGB (Red+Green+Blue) = 194+2+0=196 (25% of max value = 765). Red value is 194 (76.17% from 255 or 98.98% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 194 - color contains mainly: red. Hex color #C20200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20200 is #3DFDFF. Grayscale: #3B3B3B. Windows color (decimal): -4062720 or 706. OLE color: 706.

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

Color convert

RGB 194 2 0 -
CMYK 0 0.99 1 0.24
HSL 0.62º 1% 0.38% -
HSV(B) 0.62º 1% 0.76% -
XYZ 22.27 11.51 1.05 -
YUV 59.18 94.61 224.16 -
System Red Green Blue C M Y K H S L
Decimal 194 2 0 0 0.99 1 0.24 0.62 1 0.38
Hex C2 2 0 0 63 64 18 1 64 26
Octal 302 2 0 0 143 144 30 1 144 46
Binary 11000010 10 0 0 1100011 1100100 11000 1 1100100 100110

Color Harmonies of #C20200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20200

Black with #C20200

Text Example


Text Example

White with #C20200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20200; }

 p { color: rgb(194,2,0); }

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

background-color css

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

 a { background-color: rgb(194,2,0); }

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

border-color css

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

 span { border-color: rgb(194,2,0); }

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