Html Css Color HEX #C80404 Free Speech Red

📋 copy color: '#C80404'

red 200 ◦ green 4 ◦ blue 4

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

Shades of Free Speech Red #C80404

Tints of Free Speech Red #C80404

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.92%

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

R = 96.15%
G = 1.92%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C80404 (or 0xC80404) is known color: Free Speech Red. HEX triplet: C8, 04 and 04. RGB value is (200,4,4). Sum of RGB (Red+Green+Blue) = 200+4+4=208 (27% of max value = 765). Red value is 200 (78.52% from 255 or 96.15% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 200 - color contains mainly: red. Hex color #C80404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80404 is #37FBFB. Grayscale: #3E3E3E. Windows color (decimal): -3668988 or 263368. OLE color: 263368.

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

Color convert

RGB 200 4 4 -
CMYK 0 0.98 0.98 0.22
HSL 0.96% 0.4% -
HSV(B) 0.98% 0.78% -
XYZ 23.88 12.37 1.24 -
YUV 62.6 94.93 226 -
System Red Green Blue C M Y K H S L
Decimal 200 4 4 0 0.98 0.98 0.22 0 0.96 0.4
Hex C8 4 4 0 62 62 16 0 60 28
Octal 310 4 4 0 142 142 26 0 140 50
Binary 11001000 100 100 0 1100010 1100010 10110 0 1100000 101000

Color Harmonies of #C80404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80404

Black with #C80404

Text Example


Text Example

White with #C80404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80404; }

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

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

background-color css

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

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

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

border-color css

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

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

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