Html Css Color HEX #C80804 Free Speech Red

📋 copy color: '#C80804'

red 200 ◦ green 8 ◦ blue 4

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

Shades of Free Speech Red #C80804

Tints of Free Speech Red #C80804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.77%

 BLUE value IS 4 (1.95% from 255) = 1.89%

R = 94.34%
G = 3.77%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C80804 (or 0xC80804) is known color: Free Speech Red. HEX triplet: C8, 08 and 04. RGB value is (200,8,4). Sum of RGB (Red+Green+Blue) = 200+8+4=212 (28% of max value = 765). Red value is 200 (78.52% from 255 or 94.34% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 200 - color contains mainly: red. Hex color #C80804 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80804 is #37F7FB. Grayscale: #414141. Windows color (decimal): -3667964 or 264392. OLE color: 264392.

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

Color convert

RGB 200 8 4 -
CMYK 0 0.96 0.98 0.22
HSL 1.22º 0.96% 0.4% -
HSV(B) 1.22º 0.98% 0.78% -
XYZ 23.93 12.46 1.26 -
YUV 64.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 200 8 4 0 0.96 0.98 0.22 1.22 0.96 0.4
Hex C8 8 4 0 60 62 16 1 60 28
Octal 310 10 4 0 140 142 26 1 140 50
Binary 11001000 1000 100 0 1100000 1100010 10110 1 1100000 101000

Color Harmonies of #C80804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80804

Black with #C80804

Text Example


Text Example

White with #C80804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80804; }

 p { color: rgb(200,8,4); }

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

background-color css

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

 a { background-color: rgb(200,8,4); }

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

border-color css

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

 span { border-color: rgb(200,8,4); }

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