Html Css Color HEX #D52039 Crimson

📋 copy color: '#D52039'

red 213 ◦ green 32 ◦ blue 57

#D52039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #D52039

Tints of Crimson #D52039

RGB

 RED value IS 213 (83.59% from 255) = 70.53%

 GREEN value IS 32 (12.89% from 255) = 10.6%

 BLUE value IS 57 (22.66% from 255) = 18.87%

R = 70.53%
G = 10.6%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D52039 (or 0xD52039) is known color: Crimson. HEX triplet: D5, 20 and 39. RGB value is (213,32,57). Sum of RGB (Red+Green+Blue) = 213+32+57=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D52039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52039 is #2ADFC6. Grayscale: #595959. Windows color (decimal): -2809799 or 3743957. OLE color: 3743957.

HSL color Cylindrical-coordinate representation of color #D52039: hue angle of 351.71º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52039 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 32 57 -
CMYK 0 0.85 0.73 0.16
HSL 351.71º 0.74% 0.48% -
HSV(B) 351.71º 0.85% 0.84% -
XYZ 28.7 15.47 5.35 -
YUV 88.97 109.97 216.47 -
System Red Green Blue C M Y K H S L
Decimal 213 32 57 0 0.85 0.73 0.16 351.71 0.74 0.48
Hex D5 20 39 0 55 49 10 160 4A 30
Octal 325 40 71 0 125 111 20 540 112 60
Binary 11010101 100000 111001 0 1010101 1001001 10000 101100000 1001010 110000

Color Harmonies of #D52039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52039

Black with #D52039

Text Example


Text Example

White with #D52039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52039; }

 p { color: rgb(213,32,57); }

 H1.HeaderClassName
 {
   color: #D52039;
 }
 .AnyTagClassName
 {
   color: #D52039;
 }
</style>

background-color css

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

 a { background-color: rgb(213,32,57); }

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

border-color css

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

 span { border-color: rgb(213,32,57); }

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