Html Css Color HEX #C80201 Free Speech Red

📋 copy color: '#C80201'

red 200 ◦ green 2 ◦ blue 1

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

Shades of Free Speech Red #C80201

Tints of Free Speech Red #C80201

RGB

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

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

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

R = 98.52%
G = 0.99%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C80201 (or 0xC80201) is known color: Free Speech Red. HEX triplet: C8, 02 and 01. RGB value is (200,2,1). Sum of RGB (Red+Green+Blue) = 200+2+1=203 (26% of max value = 765). Red value is 200 (78.52% from 255 or 98.52% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 200 - color contains mainly: red. Hex color #C80201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80201 is #37FDFE. Grayscale: #3D3D3D. Windows color (decimal): -3669503 or 66248. OLE color: 66248.

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

Color convert

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

Color Harmonies of #C80201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80201

Black with #C80201

Text Example


Text Example

White with #C80201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80201; }

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

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

background-color css

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

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

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

border-color css

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

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

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