Html Css Color HEX #C80100 Free Speech Red

📋 copy color: '#C80100'

red 200 ◦ green 1 ◦ blue 0

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

Shades of Free Speech Red #C80100

Tints of Free Speech Red #C80100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 99.5%
G = 0.5%
B = 0%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C80100 (or 0xC80100) is known color: Free Speech Red. HEX triplet: C8, 01 and 00. RGB value is (200,1,0). Sum of RGB (Red+Green+Blue) = 200+1+0=201 (26% of max value = 765). Red value is 200 (78.52% from 255 or 99.50% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 200 - color contains mainly: red. Hex color #C80100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80100 is #37FEFF. Grayscale: #3C3C3C. Windows color (decimal): -3669760 or 456. OLE color: 456.

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

Color convert

RGB 200 1 0 -
CMYK 0 1.00 1 0.22
HSL 0.3º 1% 0.39% -
HSV(B) 0.3º 1% 0.78% -
XYZ 23.83 12.3 1.12 -
YUV 60.39 93.93 227.58 -
System Red Green Blue C M Y K H S L
Decimal 200 1 0 0 1.00 1 0.22 0.3 1 0.39
Hex C8 1 0 0 64 64 16 0 64 27
Octal 310 1 0 0 144 144 26 0 144 47
Binary 11001000 1 0 0 1100100 1100100 10110 0 1100100 100111

Color Harmonies of #C80100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80100

Black with #C80100

Text Example


Text Example

White with #C80100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80100; }

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

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

background-color css

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

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

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

border-color css

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

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

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