#D50E4C

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

Shades of Crimson #D50E4C

Tints of Crimson #D50E4C

Color information

#D50E4C (or 0xD50E4C) is unknown color: approx Crimson. HEX triplet: D5, 0E and 4C. RGB value is (213,14,76). Sum of RGB (Red+Green+Blue) = 213+14+76=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50E4C is #2AF1B3. Grayscale: #505050. Windows color (decimal): -2814388 or 4984533. OLE color: 4984533.

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

Color convert

RGB2131476-
CMYK00.930.640.16
HSL341.31º87.67%44.51%-
HSV(B)341.31º93.43%83.53%-
XYZ28.914.988.21-
YUV80.57125.43222.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 70.30%
GREEN value IS 14 (5.86% from 255) = 4.62%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=70.30%
G=4.62%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213147600.930.640.16341.3187.6744.51
HexD5E4C05D4010155582d
Octal3251611401351002052513055
Binary1101010111101001100010111011000000100001010101011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50E4C; }

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

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

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

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

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

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

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

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