Html Css Color HEX #D93140 Alizarin

📋 copy color: '#D93140'

red 217 ◦ green 49 ◦ blue 64

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

Shades of Alizarin #D93140

Tints of Alizarin #D93140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 65.76%
G = 14.85%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D93140 (or 0xD93140) is known color: Alizarin. HEX triplet: D9, 31 and 40. RGB value is (217,49,64). Sum of RGB (Red+Green+Blue) = 217+49+64=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D93140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93140 is #26CEBF. Grayscale: #656565. Windows color (decimal): -2543296 or 4207065. OLE color: 4207065.

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

Color convert

RGB 217 49 64 -
CMYK 0 0.77 0.71 0.15
HSL 354.64º 0.69% 0.52% -
HSV(B) 354.64º 0.77% 0.85% -
XYZ 30.64 17.32 6.58 -
YUV 100.94 107.16 210.78 -
System Red Green Blue C M Y K H S L
Decimal 217 49 64 0 0.77 0.71 0.15 354.64 0.69 0.52
Hex D9 31 40 0 4D 47 F 163 45 34
Octal 331 61 100 0 115 107 17 543 105 64
Binary 11011001 110001 1000000 0 1001101 1000111 1111 101100011 1000101 110100

Color Harmonies of #D93140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93140

Black with #D93140

Text Example


Text Example

White with #D93140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93140; }

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

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

background-color css

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

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

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

border-color css

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

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

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