Html Css Color HEX #D2272B Mahogany

📋 copy color: '#D2272B'

red 210 ◦ green 39 ◦ blue 43

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

Shades of Mahogany #D2272B

Tints of Mahogany #D2272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.73%

R = 71.92%
G = 13.36%
B = 14.73%

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

#D2272B (or 0xD2272B) is known color: Mahogany. HEX triplet: D2, 27 and 2B. RGB value is (210,39,43). Sum of RGB (Red+Green+Blue) = 210+39+43=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2272B is #2DD8D4. Grayscale: #5A5A5A. Windows color (decimal): -3004629 or 2828242. OLE color: 2828242.

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

Color convert

RGB 210 39 43 -
CMYK 0 0.81 0.80 0.18
HSL 358.6º 0.69% 0.49% -
HSV(B) 358.6º 0.81% 0.82% -
XYZ 27.74 15.33 3.78 -
YUV 90.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 210 39 43 0 0.81 0.80 0.18 358.6 0.69 0.49
Hex D2 27 2B 0 51 50 12 167 45 31
Octal 322 47 53 0 121 120 22 547 105 61
Binary 11010010 100111 101011 0 1010001 1010000 10010 101100111 1000101 110001

Color Harmonies of #D2272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2272B

Black with #D2272B

Text Example


Text Example

White with #D2272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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