Html Css Color HEX #D52252 Amaranth

📋 copy color: '#D52252'

red 213 ◦ green 34 ◦ blue 82

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

Shades of Amaranth #D52252

Tints of Amaranth #D52252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.33%

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 64.74%
G = 10.33%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D52252 (or 0xD52252) is known color: Amaranth. HEX triplet: D5, 22 and 52. RGB value is (213,34,82). Sum of RGB (Red+Green+Blue) = 213+34+82=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D52252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52252 is #2ADDAD. Grayscale: #5C5C5C. Windows color (decimal): -2809262 or 5382869. OLE color: 5382869.

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

Color convert

RGB 213 34 82 -
CMYK 0 0.84 0.62 0.16
HSL 343.91º 0.72% 0.48% -
HSV(B) 343.91º 0.84% 0.84% -
XYZ 29.54 15.9 9.49 -
YUV 92.99 121.8 213.6 -
System Red Green Blue C M Y K H S L
Decimal 213 34 82 0 0.84 0.62 0.16 343.91 0.72 0.48
Hex D5 22 52 0 54 3E 10 158 48 30
Octal 325 42 122 0 124 76 20 530 110 60
Binary 11010101 100010 1010010 0 1010100 111110 10000 101011000 1001000 110000

Color Harmonies of #D52252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52252

Black with #D52252

Text Example


Text Example

White with #D52252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52252; }

 p { color: rgb(213,34,82); }

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

background-color css

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

 a { background-color: rgb(213,34,82); }

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

border-color css

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

 span { border-color: rgb(213,34,82); }

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