Html Css Color HEX #D1272A Mahogany

📋 copy color: '#D1272A'

red 209 ◦ green 39 ◦ blue 42

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

Shades of Mahogany #D1272A

Tints of Mahogany #D1272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.45%

 BLUE value IS 42 (16.8% from 255) = 14.48%

R = 72.07%
G = 13.45%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D1272A (or 0xD1272A) is known color: Mahogany. HEX triplet: D1, 27 and 2A. RGB value is (209,39,42). Sum of RGB (Red+Green+Blue) = 209+39+42=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1272A is #2ED8D5. Grayscale: #5A5A5A. Windows color (decimal): -3070166 or 2762705. OLE color: 2762705.

HSL color Cylindrical-coordinate representation of color #D1272A: hue angle of 358.94º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1272A is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 39 42 -
CMYK 0 0.81 0.80 0.18
HSL 358.94º 0.69% 0.49% -
HSV(B) 358.94º 0.81% 0.82% -
XYZ 27.44 15.17 3.67 -
YUV 90.17 100.82 212.76 -
System Red Green Blue C M Y K H S L
Decimal 209 39 42 0 0.81 0.80 0.18 358.94 0.69 0.49
Hex D1 27 2A 0 51 50 12 167 45 31
Octal 321 47 52 0 121 120 22 547 105 61
Binary 11010001 100111 101010 0 1010001 1010000 10010 101100111 1000101 110001

Color Harmonies of #D1272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1272A

Black with #D1272A

Text Example


Text Example

White with #D1272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1272A; }

 p { color: rgb(209,39,42); }

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

background-color css

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

 a { background-color: rgb(209,39,42); }

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

border-color css

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

 span { border-color: rgb(209,39,42); }

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