Html Css Color HEX #D9243B Alizarin

📋 copy color: '#D9243B'

red 217 ◦ green 36 ◦ blue 59

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

Shades of Alizarin #D9243B

Tints of Alizarin #D9243B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 69.55%
G = 11.54%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9243B (or 0xD9243B) is known color: Alizarin. HEX triplet: D9, 24 and 3B. RGB value is (217,36,59). Sum of RGB (Red+Green+Blue) = 217+36+59=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D9243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9243B is #26DBC4. Grayscale: #5C5C5C. Windows color (decimal): -2546629 or 3876057. OLE color: 3876057.

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

Color convert

RGB 217 36 59 -
CMYK 0 0.83 0.73 0.15
HSL 352.38º 0.72% 0.5% -
HSV(B) 352.38º 0.83% 0.85% -
XYZ 30.04 16.33 5.71 -
YUV 92.74 108.97 216.63 -
System Red Green Blue C M Y K H S L
Decimal 217 36 59 0 0.83 0.73 0.15 352.38 0.72 0.5
Hex D9 24 3B 0 53 49 F 160 48 32
Octal 331 44 73 0 123 111 17 540 110 62
Binary 11011001 100100 111011 0 1010011 1001001 1111 101100000 1001000 110010

Color Harmonies of #D9243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9243B

Black with #D9243B

Text Example


Text Example

White with #D9243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9243B; }

 p { color: rgb(217,36,59); }

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

background-color css

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

 a { background-color: rgb(217,36,59); }

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

border-color css

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

 span { border-color: rgb(217,36,59); }

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