Html Css Color HEX #D92A40 Alizarin

📋 copy color: '#D92A40'

red 217 ◦ green 42 ◦ blue 64

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

Shades of Alizarin #D92A40

Tints of Alizarin #D92A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 67.18%
G = 13%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D92A40 (or 0xD92A40) is known color: Alizarin. HEX triplet: D9, 2A and 40. RGB value is (217,42,64). Sum of RGB (Red+Green+Blue) = 217+42+64=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A40 is #26D5BF. Grayscale: #606060. Windows color (decimal): -2545088 or 4205273. OLE color: 4205273.

HSL color Cylindrical-coordinate representation of color #D92A40: hue angle of 352.46º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92A40 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 42 64 -
CMYK 0 0.81 0.71 0.15
HSL 352.46º 0.7% 0.51% -
HSV(B) 352.46º 0.81% 0.85% -
XYZ 30.37 16.78 6.49 -
YUV 96.83 109.48 213.71 -
System Red Green Blue C M Y K H S L
Decimal 217 42 64 0 0.81 0.71 0.15 352.46 0.7 0.51
Hex D9 2A 40 0 51 47 F 160 46 33
Octal 331 52 100 0 121 107 17 540 106 63
Binary 11011001 101010 1000000 0 1010001 1000111 1111 101100000 1000110 110011

Color Harmonies of #D92A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A40

Black with #D92A40

Text Example


Text Example

White with #D92A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A40; }

 p { color: rgb(217,42,64); }

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

background-color css

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

 a { background-color: rgb(217,42,64); }

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

border-color css

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

 span { border-color: rgb(217,42,64); }

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