Html Css Color HEX #D92E3E Alizarin

📋 copy color: '#D92E3E'

red 217 ◦ green 46 ◦ blue 62

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

Shades of Alizarin #D92E3E

Tints of Alizarin #D92E3E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.15%

 BLUE value IS 62 (24.61% from 255) = 19.08%

R = 66.77%
G = 14.15%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D92E3E (or 0xD92E3E) is known color: Alizarin. HEX triplet: D9, 2E and 3E. RGB value is (217,46,62). Sum of RGB (Red+Green+Blue) = 217+46+62=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92E3E is #26D1C1. Grayscale: #636363. Windows color (decimal): -2544066 or 4075225. OLE color: 4075225.

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

Color convert

RGB 217 46 62 -
CMYK 0 0.79 0.71 0.15
HSL 354.39º 0.69% 0.52% -
HSV(B) 354.39º 0.79% 0.85% -
XYZ 30.46 17.05 6.24 -
YUV 98.95 107.15 212.2 -
System Red Green Blue C M Y K H S L
Decimal 217 46 62 0 0.79 0.71 0.15 354.39 0.69 0.52
Hex D9 2E 3E 0 4F 47 F 162 45 34
Octal 331 56 76 0 117 107 17 542 105 64
Binary 11011001 101110 111110 0 1001111 1000111 1111 101100010 1000101 110100

Color Harmonies of #D92E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92E3E

Black with #D92E3E

Text Example


Text Example

White with #D92E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92E3E; }

 p { color: rgb(217,46,62); }

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

background-color css

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

 a { background-color: rgb(217,46,62); }

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

border-color css

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

 span { border-color: rgb(217,46,62); }

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