Html Css Color HEX #C80902 Free Speech Red

📋 copy color: '#C80902'

red 200 ◦ green 9 ◦ blue 2

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

Shades of Free Speech Red #C80902

Tints of Free Speech Red #C80902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.27%

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

R = 94.79%
G = 4.27%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C80902 (or 0xC80902) is known color: Free Speech Red. HEX triplet: C8, 09 and 02. RGB value is (200,9,2). Sum of RGB (Red+Green+Blue) = 200+9+2=211 (27% of max value = 765). Red value is 200 (78.52% from 255 or 94.79% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 200 - color contains mainly: red. Hex color #C80902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80902 is #37F6FD. Grayscale: #414141. Windows color (decimal): -3667710 or 133576. OLE color: 133576.

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

Color convert

RGB 200 9 2 -
CMYK 0 0.96 0.99 0.22
HSL 2.12º 0.98% 0.4% -
HSV(B) 2.12º 0.99% 0.78% -
XYZ 23.93 12.48 1.2 -
YUV 65.31 92.28 224.07 -
System Red Green Blue C M Y K H S L
Decimal 200 9 2 0 0.96 0.99 0.22 2.12 0.98 0.4
Hex C8 9 2 0 60 63 16 2 62 28
Octal 310 11 2 0 140 143 26 2 142 50
Binary 11001000 1001 10 0 1100000 1100011 10110 10 1100010 101000

Color Harmonies of #C80902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80902

Black with #C80902

Text Example


Text Example

White with #C80902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80902; }

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

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

background-color css

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

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

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

border-color css

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

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

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