Html Css Color HEX #C80200 Free Speech Red

📋 copy color: '#C80200'

red 200 ◦ green 2 ◦ blue 0

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

Shades of Free Speech Red #C80200

Tints of Free Speech Red #C80200

RGB

 RED value IS 200 (78.52% from 255) = 99.01%

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

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

R = 99.01%
G = 0.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C80200 (or 0xC80200) is known color: Free Speech Red. HEX triplet: C8, 02 and 00. RGB value is (200,2,0). Sum of RGB (Red+Green+Blue) = 200+2+0=202 (26% of max value = 765). Red value is 200 (78.52% from 255 or 99.01% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 200 - color contains mainly: red. Hex color #C80200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80200 is #37FDFF. Grayscale: #3D3D3D. Windows color (decimal): -3669504 or 712. OLE color: 712.

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

Color convert

RGB 200 2 0 -
CMYK 0 0.99 1 0.22
HSL 0.6º 1% 0.39% -
HSV(B) 0.6º 1% 0.78% -
XYZ 23.84 12.32 1.12 -
YUV 60.97 93.6 227.16 -
System Red Green Blue C M Y K H S L
Decimal 200 2 0 0 0.99 1 0.22 0.6 1 0.39
Hex C8 2 0 0 63 64 16 1 64 27
Octal 310 2 0 0 143 144 26 1 144 47
Binary 11001000 10 0 0 1100011 1100100 10110 1 1100100 100111

Color Harmonies of #C80200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80200

Black with #C80200

Text Example


Text Example

White with #C80200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80200; }

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

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

background-color css

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

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

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

border-color css

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

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

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