Html Css Color HEX #D9243C Alizarin

📋 copy color: '#D9243C'

red 217 ◦ green 36 ◦ blue 60

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

Shades of Alizarin #D9243C

Tints of Alizarin #D9243C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 69.33%
G = 11.5%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9243C (or 0xD9243C) is known color: Alizarin. HEX triplet: D9, 24 and 3C. RGB value is (217,36,60). Sum of RGB (Red+Green+Blue) = 217+36+60=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9243C is #26DBC3. Grayscale: #5C5C5C. Windows color (decimal): -2546628 or 3941593. OLE color: 3941593.

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

Color convert

RGB 217 36 60 -
CMYK 0 0.83 0.72 0.15
HSL 352.04º 0.72% 0.5% -
HSV(B) 352.04º 0.83% 0.85% -
XYZ 30.06 16.34 5.84 -
YUV 92.86 109.47 216.55 -
System Red Green Blue C M Y K H S L
Decimal 217 36 60 0 0.83 0.72 0.15 352.04 0.72 0.5
Hex D9 24 3C 0 53 48 F 160 48 32
Octal 331 44 74 0 123 110 17 540 110 62
Binary 11011001 100100 111100 0 1010011 1001000 1111 101100000 1001000 110010

Color Harmonies of #D9243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9243C

Black with #D9243C

Text Example


Text Example

White with #D9243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9243C; }

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

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

background-color css

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

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

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

border-color css

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

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

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