#D8012C

Color #D8012C Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D8012C

Tints of Crimson #D8012C

Color information

#D8012C (or 0xD8012C) is unknown color: approx Crimson. HEX triplet: D8, 01 and 2C. RGB value is (216,1,44). Sum of RGB (Red+Green+Blue) = 216+1+44=261 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.76% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 216 - color contains mainly: red. Hex color #D8012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8012C is #27FED3. Grayscale: #464646. Windows color (decimal): -2621140 or 2884056. OLE color: 2884056.

HSL color Cylindrical-coordinate representation of color #D8012C: hue angle of 348º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8012C is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB216144-
CMYK01.000.800.15
HSL348º99.08%42.55%-
HSV(B)348º99.54%84.71%-
XYZ28.7814.83.72-
YUV70.19113.23232-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 82.76%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 44 (17.58% from 255) = 16.86%
R=82.76%
G=0.38%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614401.000.800.1534899.0842.55
HexD812C06450F15c632b
Octal33015401441201753414353
Binary11011000110110001100100101000011111010111001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8012C; }

 p { color: rgb(216,1,44); }

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

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

 a { background-color: rgb(216,1,44); }

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

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

 span { border-color: rgb(216,1,44); }

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