Html Css Color HEX #D0272D Mahogany

📋 copy color: '#D0272D'

red 208 ◦ green 39 ◦ blue 45

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

Shades of Mahogany #D0272D

Tints of Mahogany #D0272D

RGB

 RED value IS 208 (81.64% from 255) = 71.23%

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

 BLUE value IS 45 (17.97% from 255) = 15.41%

R = 71.23%
G = 13.36%
B = 15.41%

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

#D0272D (or 0xD0272D) is known color: Mahogany. HEX triplet: D0, 27 and 2D. RGB value is (208,39,45). Sum of RGB (Red+Green+Blue) = 208+39+45=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D0272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0272D is #2FD8D2. Grayscale: #5A5A5A. Windows color (decimal): -3135699 or 2959312. OLE color: 2959312.

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

Color convert

RGB 208 39 45 -
CMYK 0 0.81 0.78 0.18
HSL 357.87º 0.68% 0.48% -
HSV(B) 357.87º 0.81% 0.82% -
XYZ 27.21 15.05 3.95 -
YUV 90.22 102.49 212.01 -
System Red Green Blue C M Y K H S L
Decimal 208 39 45 0 0.81 0.78 0.18 357.87 0.68 0.48
Hex D0 27 2D 0 51 4E 12 166 44 30
Octal 320 47 55 0 121 116 22 546 104 60
Binary 11010000 100111 101101 0 1010001 1001110 10010 101100110 1000100 110000

Color Harmonies of #D0272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0272D

Black with #D0272D

Text Example


Text Example

White with #D0272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0272D; }

 p { color: rgb(208,39,45); }

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

background-color css

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

 a { background-color: rgb(208,39,45); }

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

border-color css

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

 span { border-color: rgb(208,39,45); }

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