#C81900

Color #C81900 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #C81900

Tints of Free Speech Red #C81900

Color information

#C81900 (or 0xC81900) is unknown color: approx Free Speech Red. HEX triplet: C8, 19 and 00. RGB value is (200,25,0). Sum of RGB (Red+Green+Blue) = 200+25+0=225 (29% of max value = 765). Red value is 200 (78.52% from 255 or 88.89% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 200 - color contains mainly: red. Hex color #C81900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81900 is #37E6FF. Grayscale: #4A4A4A. Windows color (decimal): -3663616 or 6600. OLE color: 6600.

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

Color convert

RGB200250-
CMYK00.8810.22
HSL7.5º100%39.22%-
HSV(B)7.5º100%78.43%-
XYZ24.1712.971.23-
YUV74.4785.98217.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 88.89%
GREEN value IS 25 (10.16% from 255) = 11.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.89%
G=11.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20025000.8810.227.510039.22
HexC8190058641686427
Octal3103100130144261014447
Binary110010001100100101100011001001011010001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81900; }

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

 H1.HeaderClassName
 {
   color: #C81900;
 }
 .AnyTagClassName
 {
   color: #C81900;
 }
</style>
background-color css

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

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

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

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

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

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