Html Css Color HEX #D2272A Mahogany

📋 copy color: '#D2272A'

red 210 ◦ green 39 ◦ blue 42

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

Shades of Mahogany #D2272A

Tints of Mahogany #D2272A

RGB

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

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

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

R = 72.16%
G = 13.4%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#D2272A (or 0xD2272A) is known color: Mahogany. HEX triplet: D2, 27 and 2A. RGB value is (210,39,42). Sum of RGB (Red+Green+Blue) = 210+39+42=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D2272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2272A is #2DD8D5. Grayscale: #5A5A5A. Windows color (decimal): -3004630 or 2762706. OLE color: 2762706.

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

Color convert

RGB 210 39 42 -
CMYK 0 0.81 0.8 0.18
HSL 358.95º 0.69% 0.49% -
HSV(B) 358.95º 0.81% 0.82% -
XYZ 27.72 15.32 3.69 -
YUV 90.47 100.65 213.26 -
System Red Green Blue C M Y K H S L
Decimal 210 39 42 0 0.81 0.8 0.18 358.95 0.69 0.49
Hex D2 27 2A 0 51 50 12 167 45 31
Octal 322 47 52 0 121 120 22 547 105 61
Binary 11010010 100111 101010 0 1010001 1010000 10010 101100111 1000101 110001

Color Harmonies of #D2272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2272A

Black with #D2272A

Text Example


Text Example

White with #D2272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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