Html Css Color HEX #D1252F Mahogany

📋 copy color: '#D1252F'

red 209 ◦ green 37 ◦ blue 47

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

Shades of Mahogany #D1252F

Tints of Mahogany #D1252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 71.33%
G = 12.63%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1252F (or 0xD1252F) is known color: Mahogany. HEX triplet: D1, 25 and 2F. RGB value is (209,37,47). Sum of RGB (Red+Green+Blue) = 209+37+47=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D1252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1252F is #2EDAD0. Grayscale: #595959. Windows color (decimal): -3070673 or 3089873. OLE color: 3089873.

HSL color Cylindrical-coordinate representation of color #D1252F: hue angle of 356.51º 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 #D1252F is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 37 47 -
CMYK 0 0.82 0.78 0.18
HSL 356.51º 0.7% 0.48% -
HSV(B) 356.51º 0.82% 0.82% -
XYZ 27.47 15.08 4.15 -
YUV 89.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 209 37 47 0 0.82 0.78 0.18 356.51 0.7 0.48
Hex D1 25 2F 0 52 4E 12 165 46 30
Octal 321 45 57 0 122 116 22 545 106 60
Binary 11010001 100101 101111 0 1010010 1001110 10010 101100101 1000110 110000

Color Harmonies of #D1252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1252F

Black with #D1252F

Text Example


Text Example

White with #D1252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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