Html Css Color HEX #D9283E Alizarin

📋 copy color: '#D9283E'

red 217 ◦ green 40 ◦ blue 62

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

Shades of Alizarin #D9283E

Tints of Alizarin #D9283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.54%

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

R = 68.03%
G = 12.54%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9283E (or 0xD9283E) is known color: Alizarin. HEX triplet: D9, 28 and 3E. RGB value is (217,40,62). Sum of RGB (Red+Green+Blue) = 217+40+62=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D9283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9283E is #26D7C1. Grayscale: #5F5F5F. Windows color (decimal): -2545602 or 4073689. OLE color: 4073689.

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

Color convert

RGB 217 40 62 -
CMYK 0 0.82 0.71 0.15
HSL 352.54º 0.7% 0.5% -
HSV(B) 352.54º 0.82% 0.85% -
XYZ 30.24 16.62 6.17 -
YUV 95.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 217 40 62 0 0.82 0.71 0.15 352.54 0.7 0.5
Hex D9 28 3E 0 52 47 F 161 46 32
Octal 331 50 76 0 122 107 17 541 106 62
Binary 11011001 101000 111110 0 1010010 1000111 1111 101100001 1000110 110010

Color Harmonies of #D9283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9283E

Black with #D9283E

Text Example


Text Example

White with #D9283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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