Html Css Color HEX #D93041 Alizarin

📋 copy color: '#D93041'

red 217 ◦ green 48 ◦ blue 65

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

Shades of Alizarin #D93041

Tints of Alizarin #D93041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.55%

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 65.76%
G = 14.55%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D93041 (or 0xD93041) is known color: Alizarin. HEX triplet: D9, 30 and 41. RGB value is (217,48,65). Sum of RGB (Red+Green+Blue) = 217+48+65=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D93041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93041 is #26CFBE. Grayscale: #646464. Windows color (decimal): -2543551 or 4272345. OLE color: 4272345.

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

Color convert

RGB 217 48 65 -
CMYK 0 0.78 0.70 0.15
HSL 353.96º 0.69% 0.52% -
HSV(B) 353.96º 0.78% 0.85% -
XYZ 30.63 17.25 6.72 -
YUV 100.47 107.99 211.12 -
System Red Green Blue C M Y K H S L
Decimal 217 48 65 0 0.78 0.70 0.15 353.96 0.69 0.52
Hex D9 30 41 0 4E 46 F 162 45 34
Octal 331 60 101 0 116 106 17 542 105 64
Binary 11011001 110000 1000001 0 1001110 1000110 1111 101100010 1000101 110100

Color Harmonies of #D93041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93041

Black with #D93041

Text Example


Text Example

White with #D93041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93041; }

 p { color: rgb(217,48,65); }

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

background-color css

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

 a { background-color: rgb(217,48,65); }

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

border-color css

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

 span { border-color: rgb(217,48,65); }

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