Html Css Color HEX #D93435 Mahogany

📋 copy color: '#D93435'

red 217 ◦ green 52 ◦ blue 53

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

Shades of Mahogany #D93435

Tints of Mahogany #D93435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

 BLUE value IS 53 (21.09% from 255) = 16.46%

R = 67.39%
G = 16.15%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D93435 (or 0xD93435) is known color: Mahogany. HEX triplet: D9, 34 and 35. RGB value is (217,52,53). Sum of RGB (Red+Green+Blue) = 217+52+53=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D93435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93435 is #26CBCA. Grayscale: #656565. Windows color (decimal): -2542539 or 3486937. OLE color: 3486937.

HSL color Cylindrical-coordinate representation of color #D93435: hue angle of 359.64º degrees, saturation: 0.68, 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 #D93435 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 52 53 -
CMYK 0 0.76 0.76 0.15
HSL 359.64º 0.68% 0.53% -
HSV(B) 359.64º 0.76% 0.85% -
XYZ 30.49 17.46 5.13 -
YUV 101.45 100.66 210.42 -
System Red Green Blue C M Y K H S L
Decimal 217 52 53 0 0.76 0.76 0.15 359.64 0.68 0.53
Hex D9 34 35 0 4C 4C F 168 44 35
Octal 331 64 65 0 114 114 17 550 104 65
Binary 11011001 110100 110101 0 1001100 1001100 1111 101101000 1000100 110101

Color Harmonies of #D93435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93435

Black with #D93435

Text Example


Text Example

White with #D93435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93435; }

 p { color: rgb(217,52,53); }

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

background-color css

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

 a { background-color: rgb(217,52,53); }

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

border-color css

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

 span { border-color: rgb(217,52,53); }

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