Html Css Color HEX #D1252C Mahogany

📋 copy color: '#D1252C'

red 209 ◦ green 37 ◦ blue 44

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

Shades of Mahogany #D1252C

Tints of Mahogany #D1252C

RGB

 RED value IS 209 (82.03% from 255) = 72.07%

 GREEN value IS 37 (14.84% from 255) = 12.76%

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 72.07%
G = 12.76%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1252C (or 0xD1252C) is known color: Mahogany. HEX triplet: D1, 25 and 2C. RGB value is (209,37,44). Sum of RGB (Red+Green+Blue) = 209+37+44=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1252C is #2EDAD3. Grayscale: #595959. Windows color (decimal): -3070676 or 2893265. OLE color: 2893265.

HSL color Cylindrical-coordinate representation of color #D1252C: hue angle of 357.56º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1252C is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 37 44 -
CMYK 0 0.82 0.79 0.18
HSL 357.56º 0.7% 0.48% -
HSV(B) 357.56º 0.82% 0.82% -
XYZ 27.41 15.06 3.85 -
YUV 89.23 102.48 213.43 -
System Red Green Blue C M Y K H S L
Decimal 209 37 44 0 0.82 0.79 0.18 357.56 0.7 0.48
Hex D1 25 2C 0 52 4F 12 166 46 30
Octal 321 45 54 0 122 117 22 546 106 60
Binary 11010001 100101 101100 0 1010010 1001111 10010 101100110 1000110 110000

Color Harmonies of #D1252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1252C

Black with #D1252C

Text Example


Text Example

White with #D1252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1252C; }

 p { color: rgb(209,37,44); }

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

background-color css

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

 a { background-color: rgb(209,37,44); }

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

border-color css

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

 span { border-color: rgb(209,37,44); }

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