Html Css Color HEX #D02732 Mahogany

📋 copy color: '#D02732'

red 208 ◦ green 39 ◦ blue 50

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

Shades of Mahogany #D02732

Tints of Mahogany #D02732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 70.03%
G = 13.13%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D02732 (or 0xD02732) is known color: Mahogany. HEX triplet: D0, 27 and 32. RGB value is (208,39,50). Sum of RGB (Red+Green+Blue) = 208+39+50=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D02732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02732 is #2FD8CD. Grayscale: #5A5A5A. Windows color (decimal): -3135694 or 3286992. OLE color: 3286992.

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

Color convert

RGB 208 39 50 -
CMYK 0 0.81 0.76 0.18
HSL 356.09º 0.68% 0.48% -
HSV(B) 356.09º 0.81% 0.82% -
XYZ 27.31 15.09 4.49 -
YUV 90.79 104.99 211.61 -
System Red Green Blue C M Y K H S L
Decimal 208 39 50 0 0.81 0.76 0.18 356.09 0.68 0.48
Hex D0 27 32 0 51 4C 12 164 44 30
Octal 320 47 62 0 121 114 22 544 104 60
Binary 11010000 100111 110010 0 1010001 1001100 10010 101100100 1000100 110000

Color Harmonies of #D02732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02732

Black with #D02732

Text Example


Text Example

White with #D02732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02732; }

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

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

background-color css

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

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

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

border-color css

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

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

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