#D8120C

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

Shades of Free Speech Red #D8120C

Tints of Free Speech Red #D8120C

Color information

#D8120C (or 0xD8120C) is unknown color: approx Free Speech Red. HEX triplet: D8, 12 and 0C. RGB value is (216,18,12). Sum of RGB (Red+Green+Blue) = 216+18+12=246 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.80% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 216 - color contains mainly: red. Hex color #D8120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8120C is #27EDF3. Grayscale: #4C4C4C. Windows color (decimal): -2616820 or 791256. OLE color: 791256.

HSL color Cylindrical-coordinate representation of color #D8120C: hue angle of 1.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8120C is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB2161812-
CMYK00.920.940.15
HSL1.76º89.47%44.71%-
HSV(B)1.76º94.44%84.71%-
XYZ28.615.061.75-
YUV76.5291.6227.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 87.80%
GREEN value IS 18 (7.42% from 255) = 7.32%
BLUE value IS 12 (5.08% from 255) = 4.88%
R=87.80%
G=7.32%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216181200.920.940.151.7689.4744.71
HexD812C05C5EF2592d
Octal3302214013413617213155
Binary110110001001011000101110010111101111101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8120C; }

 p { color: rgb(216,18,12); }

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

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

 a { background-color: rgb(216,18,12); }

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

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

 span { border-color: rgb(216,18,12); }

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