#D51638

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

Shades of Crimson #D51638

Tints of Crimson #D51638

Color information

#D51638 (or 0xD51638) is unknown color: approx Crimson. HEX triplet: D5, 16 and 38. RGB value is (213,22,56). Sum of RGB (Red+Green+Blue) = 213+22+56=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D51638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51638 is #2AE9C7. Grayscale: #535353. Windows color (decimal): -2812360 or 3675861. OLE color: 3675861.

HSL color Cylindrical-coordinate representation of color #D51638: hue angle of 349.32º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51638 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB2132256-
CMYK00.900.740.16
HSL349.32º81.28%46.08%-
HSV(B)349.32º89.67%83.53%-
XYZ28.4415.015.14-
YUV82.98112.78220.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 73.20%
GREEN value IS 22 (8.98% from 255) = 7.56%
BLUE value IS 56 (22.27% from 255) = 19.24%
R=73.20%
G=7.56%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213225600.900.740.16349.3281.2846.08
HexD5163805A4A1015d512e
Octal325267001321122053512156
Binary1101010110110111000010110101001010100001010111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51638; }

 p { color: rgb(213,22,56); }

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

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

 a { background-color: rgb(213,22,56); }

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

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

 span { border-color: rgb(213,22,56); }

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