#D60536

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

Shades of Crimson #D60536

Tints of Crimson #D60536

Color information

#D60536 (or 0xD60536) is unknown color: approx Crimson. HEX triplet: D6, 05 and 36. RGB value is (214,5,54). Sum of RGB (Red+Green+Blue) = 214+5+54=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D60536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60536 is #29FAC9. Grayscale: #494949. Windows color (decimal): -2751178 or 3540438. OLE color: 3540438.

HSL color Cylindrical-coordinate representation of color #D60536: hue angle of 345.93º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60536 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB214554-
CMYK00.980.750.16
HSL345.93º95.43%42.94%-
HSV(B)345.93º97.66%83.92%-
XYZ28.4514.674.82-
YUV73.08117.24228.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.39%
GREEN value IS 5 (2.34% from 255) = 1.83%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=78.39%
G=1.83%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21455400.980.750.16345.9395.4342.94
HexD65360624B1015a5f2b
Octal32656601421132053213753
Binary11010110101110110011000101001011100001010110101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60536; }

 p { color: rgb(214,5,54); }

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

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

 a { background-color: rgb(214,5,54); }

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

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

 span { border-color: rgb(214,5,54); }

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