Html Css Color HEX #D93141 Alizarin

📋 copy color: '#D93141'

red 217 ◦ green 49 ◦ blue 65

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

Shades of Alizarin #D93141

Tints of Alizarin #D93141

RGB

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

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

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

R = 65.56%
G = 14.8%
B = 19.64%

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

#D93141 (or 0xD93141) is known color: Alizarin. HEX triplet: D9, 31 and 41. RGB value is (217,49,65). Sum of RGB (Red+Green+Blue) = 217+49+65=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D93141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93141 is #26CEBE. Grayscale: #656565. Windows color (decimal): -2543295 or 4272601. OLE color: 4272601.

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

Color convert

RGB 217 49 65 -
CMYK 0 0.77 0.70 0.15
HSL 354.29º 0.69% 0.52% -
HSV(B) 354.29º 0.77% 0.85% -
XYZ 30.67 17.33 6.73 -
YUV 101.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 217 49 65 0 0.77 0.70 0.15 354.29 0.69 0.52
Hex D9 31 41 0 4D 46 F 162 45 34
Octal 331 61 101 0 115 106 17 542 105 64
Binary 11011001 110001 1000001 0 1001101 1000110 1111 101100010 1000101 110100

Color Harmonies of #D93141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93141

Black with #D93141

Text Example


Text Example

White with #D93141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93141; }

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

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

background-color css

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

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

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

border-color css

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

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

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