#D50E33

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

Shades of Crimson #D50E33

Tints of Crimson #D50E33

Color information

#D50E33 (or 0xD50E33) is unknown color: approx Crimson. HEX triplet: D5, 0E and 33. RGB value is (213,14,51). Sum of RGB (Red+Green+Blue) = 213+14+51=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50E33 is #2AF1CC. Grayscale: #4D4D4D. Windows color (decimal): -2814413 or 3346133. OLE color: 3346133.

HSL color Cylindrical-coordinate representation of color #D50E33: hue angle of 348.84º 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 #D50E33 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB2131451-
CMYK00.930.760.16
HSL348.84º87.67%44.51%-
HSV(B)348.84º93.43%83.53%-
XYZ28.214.74.48-
YUV77.72112.93224.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 76.62%
GREEN value IS 14 (5.86% from 255) = 5.04%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=76.62%
G=5.04%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213145100.930.760.16348.8487.6744.51
HexD5E3305D4C1015d582d
Octal325166301351142053513055
Binary110101011110110011010111011001100100001010111011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50E33; }

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

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

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

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

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

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

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

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