Html Css Color HEX #C80B01 Free Speech Red

📋 copy color: '#C80B01'

red 200 ◦ green 11 ◦ blue 1

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

Shades of Free Speech Red #C80B01

Tints of Free Speech Red #C80B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.19%

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

R = 94.34%
G = 5.19%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C80B01 (or 0xC80B01) is known color: Free Speech Red. HEX triplet: C8, 0B and 01. RGB value is (200,11,1). Sum of RGB (Red+Green+Blue) = 200+11+1=212 (28% of max value = 765). Red value is 200 (78.52% from 255 or 94.34% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80B01 is #37F4FE. Grayscale: #424242. Windows color (decimal): -3667199 or 68552. OLE color: 68552.

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

Color convert

RGB 200 11 1 -
CMYK 0 0.94 1.00 0.22
HSL 3.02º 0.99% 0.39% -
HSV(B) 3.02º 1% 0.78% -
XYZ 23.94 12.52 1.18 -
YUV 66.37 91.12 223.31 -
System Red Green Blue C M Y K H S L
Decimal 200 11 1 0 0.94 1.00 0.22 3.02 0.99 0.39
Hex C8 B 1 0 5E 64 16 3 63 27
Octal 310 13 1 0 136 144 26 3 143 47
Binary 11001000 1011 1 0 1011110 1100100 10110 11 1100011 100111

Color Harmonies of #C80B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B01

Black with #C80B01

Text Example


Text Example

White with #C80B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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