Html Css Color HEX #D92452 Amaranth

📋 copy color: '#D92452'

red 217 ◦ green 36 ◦ blue 82

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

Shades of Amaranth #D92452

Tints of Amaranth #D92452

RGB

 RED value IS 217 (85.16% from 255) = 64.78%

 GREEN value IS 36 (14.45% from 255) = 10.75%

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

R = 64.78%
G = 10.75%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D92452 (or 0xD92452) is known color: Amaranth. HEX triplet: D9, 24 and 52. RGB value is (217,36,82). Sum of RGB (Red+Green+Blue) = 217+36+82=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D92452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92452 is #26DBAD. Grayscale: #5F5F5F. Windows color (decimal): -2546606 or 5383385. OLE color: 5383385.

HSL color Cylindrical-coordinate representation of color #D92452: hue angle of 344.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92452 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 36 82 -
CMYK 0 0.83 0.62 0.15
HSL 344.75º 0.72% 0.5% -
HSV(B) 344.75º 0.83% 0.85% -
XYZ 30.77 16.62 9.57 -
YUV 95.36 120.47 214.76 -
System Red Green Blue C M Y K H S L
Decimal 217 36 82 0 0.83 0.62 0.15 344.75 0.72 0.5
Hex D9 24 52 0 53 3E F 159 48 32
Octal 331 44 122 0 123 76 17 531 110 62
Binary 11011001 100100 1010010 0 1010011 111110 1111 101011001 1001000 110010

Color Harmonies of #D92452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92452

Black with #D92452

Text Example


Text Example

White with #D92452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92452; }

 p { color: rgb(217,36,82); }

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

background-color css

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

 a { background-color: rgb(217,36,82); }

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

border-color css

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

 span { border-color: rgb(217,36,82); }

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