Html Css Color HEX #D93142 Alizarin

📋 copy color: '#D93142'

red 217 ◦ green 49 ◦ blue 66

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

Shades of Alizarin #D93142

Tints of Alizarin #D93142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.76%

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

R = 65.36%
G = 14.76%
B = 19.88%

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

#D93142 (or 0xD93142) is known color: Alizarin. HEX triplet: D9, 31 and 42. RGB value is (217,49,66). Sum of RGB (Red+Green+Blue) = 217+49+66=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D93142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93142 is #26CEBD. Grayscale: #656565. Windows color (decimal): -2543294 or 4338137. OLE color: 4338137.

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

Color convert

RGB 217 49 66 -
CMYK 0 0.77 0.70 0.15
HSL 353.93º 0.69% 0.52% -
HSV(B) 353.93º 0.77% 0.85% -
XYZ 30.7 17.34 6.88 -
YUV 101.17 108.16 210.62 -
System Red Green Blue C M Y K H S L
Decimal 217 49 66 0 0.77 0.70 0.15 353.93 0.69 0.52
Hex D9 31 42 0 4D 46 F 162 45 34
Octal 331 61 102 0 115 106 17 542 105 64
Binary 11011001 110001 1000010 0 1001101 1000110 1111 101100010 1000101 110100

Color Harmonies of #D93142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93142

Black with #D93142

Text Example


Text Example

White with #D93142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93142; }

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

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

background-color css

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

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

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

border-color css

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

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

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