#D80434

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

Shades of Crimson #D80434

Tints of Crimson #D80434

Color information

#D80434 (or 0xD80434) is unknown color: approx Crimson. HEX triplet: D8, 04 and 34. RGB value is (216,4,52). Sum of RGB (Red+Green+Blue) = 216+4+52=272 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.41% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 216 - color contains mainly: red. Hex color #D80434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80434 is #27FBCB. Grayscale: #484848. Windows color (decimal): -2620364 or 3409112. OLE color: 3409112.

HSL color Cylindrical-coordinate representation of color #D80434: hue angle of 346.42º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80434 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB216452-
CMYK00.980.760.15
HSL346.42º96.36%43.14%-
HSV(B)346.42º98.15%84.71%-
XYZ28.9814.934.6-
YUV72.86116.24230.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 79.41%
GREEN value IS 4 (1.95% from 255) = 1.47%
BLUE value IS 52 (20.70% from 255) = 19.12%
R=79.41%
G=1.47%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21645200.980.760.15346.4296.3643.14
HexD84340624CF15a602b
Octal33046401421141753214053
Binary1101100010011010001100010100110011111010110101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80434; }

 p { color: rgb(216,4,52); }

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

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

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

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

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

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

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