#D50E31

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

Shades of Crimson #D50E31

Tints of Crimson #D50E31

Color information

#D50E31 (or 0xD50E31) is unknown color: approx Crimson. HEX triplet: D5, 0E and 31. RGB value is (213,14,49). Sum of RGB (Red+Green+Blue) = 213+14+49=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50E31 is #2AF1CE. Grayscale: #4D4D4D. Windows color (decimal): -2814415 or 3215061. OLE color: 3215061.

HSL color Cylindrical-coordinate representation of color #D50E31: hue angle of 349.45º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50E31 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB2131449-
CMYK00.930.770.16
HSL349.45º87.67%44.51%-
HSV(B)349.45º93.43%83.53%-
XYZ28.1514.684.26-
YUV77.49111.93224.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 77.17%
GREEN value IS 14 (5.86% from 255) = 5.07%
BLUE value IS 49 (19.53% from 255) = 17.75%
R=77.17%
G=5.07%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213144900.930.770.16349.4587.6744.51
HexD5E3105D4D1015d582d
Octal325166101351152053513055
Binary110101011110110001010111011001101100001010111011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50E31; }

 p { color: rgb(213,14,49); }

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

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

 a { background-color: rgb(213,14,49); }

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

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

 span { border-color: rgb(213,14,49); }

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