Html Css Color HEX #D52149 Crimson

📋 copy color: '#D52149'

red 213 ◦ green 33 ◦ blue 73

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

Shades of Crimson #D52149

Tints of Crimson #D52149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.34%

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

R = 66.77%
G = 10.34%
B = 22.88%

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

#D52149 (or 0xD52149) is known color: Crimson. HEX triplet: D5, 21 and 49. RGB value is (213,33,73). Sum of RGB (Red+Green+Blue) = 213+33+73=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D52149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52149 is #2ADEB6. Grayscale: #5B5B5B. Windows color (decimal): -2809527 or 4792789. OLE color: 4792789.

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

Color convert

RGB 213 33 73 -
CMYK 0 0.85 0.66 0.16
HSL 346.67º 0.73% 0.48% -
HSV(B) 346.67º 0.85% 0.84% -
XYZ 29.19 15.71 7.8 -
YUV 91.38 117.63 214.75 -
System Red Green Blue C M Y K H S L
Decimal 213 33 73 0 0.85 0.66 0.16 346.67 0.73 0.48
Hex D5 21 49 0 55 42 10 15B 49 30
Octal 325 41 111 0 125 102 20 533 111 60
Binary 11010101 100001 1001001 0 1010101 1000010 10000 101011011 1001001 110000

Color Harmonies of #D52149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52149

Black with #D52149

Text Example


Text Example

White with #D52149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52149; }

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

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

background-color css

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

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

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

border-color css

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

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

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