Html Css Color HEX #D93340 Alizarin

📋 copy color: '#D93340'

red 217 ◦ green 51 ◦ blue 64

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

Shades of Alizarin #D93340

Tints of Alizarin #D93340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.36%

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

R = 65.36%
G = 15.36%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D93340 (or 0xD93340) is known color: Alizarin. HEX triplet: D9, 33 and 40. RGB value is (217,51,64). Sum of RGB (Red+Green+Blue) = 217+51+64=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D93340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93340 is #26CCBF. Grayscale: #666666. Windows color (decimal): -2542784 or 4207577. OLE color: 4207577.

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

Color convert

RGB 217 51 64 -
CMYK 0 0.76 0.71 0.15
HSL 355.3º 0.69% 0.53% -
HSV(B) 355.3º 0.76% 0.85% -
XYZ 30.72 17.49 6.61 -
YUV 102.12 106.5 209.94 -
System Red Green Blue C M Y K H S L
Decimal 217 51 64 0 0.76 0.71 0.15 355.3 0.69 0.53
Hex D9 33 40 0 4C 47 F 163 45 35
Octal 331 63 100 0 114 107 17 543 105 65
Binary 11011001 110011 1000000 0 1001100 1000111 1111 101100011 1000101 110101

Color Harmonies of #D93340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93340

Black with #D93340

Text Example


Text Example

White with #D93340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93340; }

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

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

background-color css

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

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

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

border-color css

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

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

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