Html Css Color HEX #C80502 Free Speech Red

📋 copy color: '#C80502'

red 200 ◦ green 5 ◦ blue 2

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

Shades of Free Speech Red #C80502

Tints of Free Speech Red #C80502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.97%

R = 96.62%
G = 2.42%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C80502 (or 0xC80502) is known color: Free Speech Red. HEX triplet: C8, 05 and 02. RGB value is (200,5,2). Sum of RGB (Red+Green+Blue) = 200+5+2=207 (27% of max value = 765). Red value is 200 (78.52% from 255 or 96.62% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 200 - color contains mainly: red. Hex color #C80502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80502 is #37FAFD. Grayscale: #3F3F3F. Windows color (decimal): -3668734 or 132552. OLE color: 132552.

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

Color convert

RGB 200 5 2 -
CMYK 0 0.98 0.99 0.22
HSL 0.91º 0.98% 0.4% -
HSV(B) 0.91º 0.99% 0.78% -
XYZ 23.88 12.39 1.19 -
YUV 62.96 93.6 225.74 -
System Red Green Blue C M Y K H S L
Decimal 200 5 2 0 0.98 0.99 0.22 0.91 0.98 0.4
Hex C8 5 2 0 62 63 16 1 62 28
Octal 310 5 2 0 142 143 26 1 142 50
Binary 11001000 101 10 0 1100010 1100011 10110 1 1100010 101000

Color Harmonies of #C80502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80502

Black with #C80502

Text Example


Text Example

White with #C80502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80502; }

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

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

background-color css

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

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

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

border-color css

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

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

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