Html Css Color HEX #D9243D Alizarin

📋 copy color: '#D9243D'

red 217 ◦ green 36 ◦ blue 61

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

Shades of Alizarin #D9243D

Tints of Alizarin #D9243D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 69.11%
G = 11.46%
B = 19.43%

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

#D9243D (or 0xD9243D) is known color: Alizarin. HEX triplet: D9, 24 and 3D. RGB value is (217,36,61). Sum of RGB (Red+Green+Blue) = 217+36+61=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D9243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9243D is #26DBC2. Grayscale: #5D5D5D. Windows color (decimal): -2546627 or 4007129. OLE color: 4007129.

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

Color convert

RGB 217 36 61 -
CMYK 0 0.83 0.72 0.15
HSL 351.71º 0.72% 0.5% -
HSV(B) 351.71º 0.83% 0.85% -
XYZ 30.09 16.35 5.98 -
YUV 92.97 109.97 216.47 -
System Red Green Blue C M Y K H S L
Decimal 217 36 61 0 0.83 0.72 0.15 351.71 0.72 0.5
Hex D9 24 3D 0 53 48 F 160 48 32
Octal 331 44 75 0 123 110 17 540 110 62
Binary 11011001 100100 111101 0 1010011 1001000 1111 101100000 1001000 110010

Color Harmonies of #D9243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9243D

Black with #D9243D

Text Example


Text Example

White with #D9243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9243D; }

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

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

background-color css

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

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

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

border-color css

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

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

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