Html Css Color HEX #D9242B Alizarin

📋 copy color: '#D9242B'

red 217 ◦ green 36 ◦ blue 43

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

Shades of Alizarin #D9242B

Tints of Alizarin #D9242B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.53%

R = 73.31%
G = 12.16%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9242B (or 0xD9242B) is known color: Alizarin. HEX triplet: D9, 24 and 2B. RGB value is (217,36,43). Sum of RGB (Red+Green+Blue) = 217+36+43=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D9242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9242B is #26DBD4. Grayscale: #5B5B5B. Windows color (decimal): -2546645 or 2827481. OLE color: 2827481.

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

Color convert

RGB 217 36 43 -
CMYK 0 0.83 0.80 0.15
HSL 357.68º 0.72% 0.5% -
HSV(B) 357.68º 0.83% 0.85% -
XYZ 29.68 16.19 3.85 -
YUV 90.92 100.97 217.93 -
System Red Green Blue C M Y K H S L
Decimal 217 36 43 0 0.83 0.80 0.15 357.68 0.72 0.5
Hex D9 24 2B 0 53 50 F 166 48 32
Octal 331 44 53 0 123 120 17 546 110 62
Binary 11011001 100100 101011 0 1010011 1010000 1111 101100110 1001000 110010

Color Harmonies of #D9242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9242B

Black with #D9242B

Text Example


Text Example

White with #D9242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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