Html Css Color HEX #D52046 Crimson

📋 copy color: '#D52046'

red 213 ◦ green 32 ◦ blue 70

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

Shades of Crimson #D52046

Tints of Crimson #D52046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 67.62%
G = 10.16%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D52046 (or 0xD52046) is known color: Crimson. HEX triplet: D5, 20 and 46. RGB value is (213,32,70). Sum of RGB (Red+Green+Blue) = 213+32+70=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D52046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52046 is #2ADFB9. Grayscale: #5A5A5A. Windows color (decimal): -2809786 or 4595925. OLE color: 4595925.

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

Color convert

RGB 213 32 70 -
CMYK 0 0.85 0.67 0.16
HSL 347.4º 0.74% 0.48% -
HSV(B) 347.4º 0.85% 0.84% -
XYZ 29.06 15.62 7.28 -
YUV 90.45 116.47 215.41 -
System Red Green Blue C M Y K H S L
Decimal 213 32 70 0 0.85 0.67 0.16 347.4 0.74 0.48
Hex D5 20 46 0 55 43 10 15B 4A 30
Octal 325 40 106 0 125 103 20 533 112 60
Binary 11010101 100000 1000110 0 1010101 1000011 10000 101011011 1001010 110000

Color Harmonies of #D52046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52046

Black with #D52046

Text Example


Text Example

White with #D52046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52046; }

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

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

background-color css

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

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

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

border-color css

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

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

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