Html Css Color HEX #D52049 Crimson

📋 copy color: '#D52049'

red 213 ◦ green 32 ◦ blue 73

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

Shades of Crimson #D52049

Tints of Crimson #D52049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.96%

R = 66.98%
G = 10.06%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D52049 (or 0xD52049) is known color: Crimson. HEX triplet: D5, 20 and 49. RGB value is (213,32,73). Sum of RGB (Red+Green+Blue) = 213+32+73=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D52049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52049 is #2ADFB6. Grayscale: #5A5A5A. Windows color (decimal): -2809783 or 4792533. OLE color: 4792533.

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

Color convert

RGB 213 32 73 -
CMYK 0 0.85 0.66 0.16
HSL 346.41º 0.74% 0.48% -
HSV(B) 346.41º 0.85% 0.84% -
XYZ 29.16 15.66 7.79 -
YUV 90.79 117.97 215.17 -
System Red Green Blue C M Y K H S L
Decimal 213 32 73 0 0.85 0.66 0.16 346.41 0.74 0.48
Hex D5 20 49 0 55 42 10 15A 4A 30
Octal 325 40 111 0 125 102 20 532 112 60
Binary 11010101 100000 1001001 0 1010101 1000010 10000 101011010 1001010 110000

Color Harmonies of #D52049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52049

Black with #D52049

Text Example


Text Example

White with #D52049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52049; }

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

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

background-color css

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

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

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

border-color css

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

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

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