Html Css Color HEX #D2272F Mahogany

📋 copy color: '#D2272F'

red 210 ◦ green 39 ◦ blue 47

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

Shades of Mahogany #D2272F

Tints of Mahogany #D2272F

RGB

 RED value IS 210 (82.42% from 255) = 70.95%

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

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

R = 70.95%
G = 13.18%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2272F (or 0xD2272F) is known color: Mahogany. HEX triplet: D2, 27 and 2F. RGB value is (210,39,47). Sum of RGB (Red+Green+Blue) = 210+39+47=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D2272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2272F is #2DD8D0. Grayscale: #5B5B5B. Windows color (decimal): -3004625 or 3090386. OLE color: 3090386.

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

Color convert

RGB 210 39 47 -
CMYK 0 0.81 0.78 0.18
HSL 357.19º 0.69% 0.49% -
HSV(B) 357.19º 0.81% 0.82% -
XYZ 27.82 15.36 4.19 -
YUV 91.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 210 39 47 0 0.81 0.78 0.18 357.19 0.69 0.49
Hex D2 27 2F 0 51 4E 12 165 45 31
Octal 322 47 57 0 121 116 22 545 105 61
Binary 11010010 100111 101111 0 1010001 1001110 10010 101100101 1000101 110001

Color Harmonies of #D2272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2272F

Black with #D2272F

Text Example


Text Example

White with #D2272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2272F; }

 p { color: rgb(210,39,47); }

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

background-color css

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

 a { background-color: rgb(210,39,47); }

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

border-color css

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

 span { border-color: rgb(210,39,47); }

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