Html Css Color HEX #D93042 Alizarin

📋 copy color: '#D93042'

red 217 ◦ green 48 ◦ blue 66

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

Shades of Alizarin #D93042

Tints of Alizarin #D93042

RGB

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

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

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

R = 65.56%
G = 14.5%
B = 19.94%

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

#D93042 (or 0xD93042) is known color: Alizarin. HEX triplet: D9, 30 and 42. RGB value is (217,48,66). Sum of RGB (Red+Green+Blue) = 217+48+66=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D93042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93042 is #26CFBD. Grayscale: #646464. Windows color (decimal): -2543550 or 4337881. OLE color: 4337881.

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

Color convert

RGB 217 48 66 -
CMYK 0 0.78 0.70 0.15
HSL 353.61º 0.69% 0.52% -
HSV(B) 353.61º 0.78% 0.85% -
XYZ 30.66 17.26 6.87 -
YUV 100.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 217 48 66 0 0.78 0.70 0.15 353.61 0.69 0.52
Hex D9 30 42 0 4E 46 F 162 45 34
Octal 331 60 102 0 116 106 17 542 105 64
Binary 11011001 110000 1000010 0 1001110 1000110 1111 101100010 1000101 110100

Color Harmonies of #D93042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93042

Black with #D93042

Text Example


Text Example

White with #D93042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93042; }

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

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

background-color css

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

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

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

border-color css

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

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

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