Html Css Color HEX #D9222E Alizarin

📋 copy color: '#D9222E'

red 217 ◦ green 34 ◦ blue 46

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

Shades of Alizarin #D9222E

Tints of Alizarin #D9222E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.49%

R = 73.06%
G = 11.45%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9222E (or 0xD9222E) is known color: Alizarin. HEX triplet: D9, 22 and 2E. RGB value is (217,34,46). Sum of RGB (Red+Green+Blue) = 217+34+46=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D9222E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9222E is #26DDD1. Grayscale: #5A5A5A. Windows color (decimal): -2547154 or 3023577. OLE color: 3023577.

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

Color convert

RGB 217 34 46 -
CMYK 0 0.84 0.79 0.15
HSL 356.07º 0.73% 0.49% -
HSV(B) 356.07º 0.84% 0.85% -
XYZ 29.68 16.09 4.13 -
YUV 90.09 103.13 218.52 -
System Red Green Blue C M Y K H S L
Decimal 217 34 46 0 0.84 0.79 0.15 356.07 0.73 0.49
Hex D9 22 2E 0 54 4F F 164 49 31
Octal 331 42 56 0 124 117 17 544 111 61
Binary 11011001 100010 101110 0 1010100 1001111 1111 101100100 1001001 110001

Color Harmonies of #D9222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9222E

Black with #D9222E

Text Example


Text Example

White with #D9222E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9222E; }

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

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

background-color css

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

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

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

border-color css

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

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

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