Html Css Color HEX #D93242 Alizarin

📋 copy color: '#D93242'

red 217 ◦ green 50 ◦ blue 66

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

Shades of Alizarin #D93242

Tints of Alizarin #D93242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 65.17%
G = 15.02%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D93242 (or 0xD93242) is known color: Alizarin. HEX triplet: D9, 32 and 42. RGB value is (217,50,66). Sum of RGB (Red+Green+Blue) = 217+50+66=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D93242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93242 is #26CDBD. Grayscale: #656565. Windows color (decimal): -2543038 or 4338393. OLE color: 4338393.

HSL color Cylindrical-coordinate representation of color #D93242: hue angle of 354.25º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D93242 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 66 -
CMYK 0 0.77 0.70 0.15
HSL 354.25º 0.69% 0.52% -
HSV(B) 354.25º 0.77% 0.85% -
XYZ 30.74 17.43 6.9 -
YUV 101.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 217 50 66 0 0.77 0.70 0.15 354.25 0.69 0.52
Hex D9 32 42 0 4D 46 F 162 45 34
Octal 331 62 102 0 115 106 17 542 105 64
Binary 11011001 110010 1000010 0 1001101 1000110 1111 101100010 1000101 110100

Color Harmonies of #D93242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93242

Black with #D93242

Text Example


Text Example

White with #D93242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93242; }

 p { color: rgb(217,50,66); }

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

background-color css

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

 a { background-color: rgb(217,50,66); }

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

border-color css

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

 span { border-color: rgb(217,50,66); }

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