Html Css Color HEX #C80A01 Free Speech Red

📋 copy color: '#C80A01'

red 200 ◦ green 10 ◦ blue 1

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

Shades of Free Speech Red #C80A01

Tints of Free Speech Red #C80A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.74%

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

R = 94.79%
G = 4.74%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C80A01 (or 0xC80A01) is known color: Free Speech Red. HEX triplet: C8, 0A and 01. RGB value is (200,10,1). Sum of RGB (Red+Green+Blue) = 200+10+1=211 (27% of max value = 765). Red value is 200 (78.52% from 255 or 94.79% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80A01 is #37F5FE. Grayscale: #424242. Windows color (decimal): -3667455 or 68296. OLE color: 68296.

HSL color Cylindrical-coordinate representation of color #C80A01: hue angle of 2.71º 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 #C80A01 is Cyan = 0, Magento = 0.95, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 10 1 -
CMYK 0 0.95 1.00 0.22
HSL 2.71º 0.99% 0.39% -
HSV(B) 2.71º 1% 0.78% -
XYZ 23.93 12.5 1.18 -
YUV 65.78 91.45 223.73 -
System Red Green Blue C M Y K H S L
Decimal 200 10 1 0 0.95 1.00 0.22 2.71 0.99 0.39
Hex C8 A 1 0 5F 64 16 3 63 27
Octal 310 12 1 0 137 144 26 3 143 47
Binary 11001000 1010 1 0 1011111 1100100 10110 11 1100011 100111

Color Harmonies of #C80A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A01

Black with #C80A01

Text Example


Text Example

White with #C80A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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