Html Css Color HEX #D9263E Alizarin

📋 copy color: '#D9263E'

red 217 ◦ green 38 ◦ blue 62

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

Shades of Alizarin #D9263E

Tints of Alizarin #D9263E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.99%

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

R = 68.45%
G = 11.99%
B = 19.56%

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

#D9263E (or 0xD9263E) is known color: Alizarin. HEX triplet: D9, 26 and 3E. RGB value is (217,38,62). Sum of RGB (Red+Green+Blue) = 217+38+62=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D9263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9263E is #26D9C1. Grayscale: #5E5E5E. Windows color (decimal): -2546114 or 4073177. OLE color: 4073177.

HSL color Cylindrical-coordinate representation of color #D9263E: hue angle of 351.96º 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 #D9263E is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 38 62 -
CMYK 0 0.82 0.71 0.15
HSL 351.96º 0.7% 0.5% -
HSV(B) 351.96º 0.82% 0.85% -
XYZ 30.18 16.49 6.15 -
YUV 94.26 109.8 215.55 -
System Red Green Blue C M Y K H S L
Decimal 217 38 62 0 0.82 0.71 0.15 351.96 0.7 0.5
Hex D9 26 3E 0 52 47 F 160 46 32
Octal 331 46 76 0 122 107 17 540 106 62
Binary 11011001 100110 111110 0 1010010 1000111 1111 101100000 1000110 110010

Color Harmonies of #D9263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9263E

Black with #D9263E

Text Example


Text Example

White with #D9263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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