Html Css Color HEX #C80500 Free Speech Red

📋 copy color: '#C80500'

red 200 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #C80500

Tints of Free Speech Red #C80500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.44%

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

R = 97.56%
G = 2.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C80500 (or 0xC80500) is known color: Free Speech Red. HEX triplet: C8, 05 and 00. RGB value is (200,5,0). Sum of RGB (Red+Green+Blue) = 200+5+0=205 (27% of max value = 765). Red value is 200 (78.52% from 255 or 97.56% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 200 - color contains mainly: red. Hex color #C80500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80500 is #37FAFF. Grayscale: #3E3E3E. Windows color (decimal): -3668736 or 1480. OLE color: 1480.

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

Color convert

RGB 200 5 0 -
CMYK 0 0.98 1 0.22
HSL 1.5º 1% 0.39% -
HSV(B) 1.5º 1% 0.78% -
XYZ 23.87 12.39 1.13 -
YUV 62.74 92.6 225.91 -
System Red Green Blue C M Y K H S L
Decimal 200 5 0 0 0.98 1 0.22 1.5 1 0.39
Hex C8 5 0 0 62 64 16 2 64 27
Octal 310 5 0 0 142 144 26 2 144 47
Binary 11001000 101 0 0 1100010 1100100 10110 10 1100100 100111

Color Harmonies of #C80500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80500

Black with #C80500

Text Example


Text Example

White with #C80500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80500; }

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

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

background-color css

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

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

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

border-color css

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

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

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