#D50A34

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

Shades of Crimson #D50A34

Tints of Crimson #D50A34

Color information

#D50A34 (or 0xD50A34) is unknown color: approx Crimson. HEX triplet: D5, 0A and 34. RGB value is (213,10,52). Sum of RGB (Red+Green+Blue) = 213+10+52=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50A34 is #2AF5CB. Grayscale: #4B4B4B. Windows color (decimal): -2815436 or 3410645. OLE color: 3410645.

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

Color convert

RGB2131052-
CMYK00.950.760.16
HSL347.59º91.03%43.73%-
HSV(B)347.59º95.31%83.53%-
XYZ28.1714.614.58-
YUV75.48114.75226.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 77.45%
GREEN value IS 10 (4.30% from 255) = 3.64%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=77.45%
G=3.64%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213105200.950.760.16347.5991.0343.73
HexD5A3405F4C1015c5b2c
Octal325126401371142053413354
Binary110101011010110100010111111001100100001010111001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50A34; }

 p { color: rgb(213,10,52); }

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

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

 a { background-color: rgb(213,10,52); }

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

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

 span { border-color: rgb(213,10,52); }

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