Html Css Color HEX #D02E2F Mahogany

📋 copy color: '#D02E2F'

red 208 ◦ green 46 ◦ blue 47

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

Shades of Mahogany #D02E2F

Tints of Mahogany #D02E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.28%

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

R = 69.1%
G = 15.28%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D02E2F (or 0xD02E2F) is known color: Mahogany. HEX triplet: D0, 2E and 2F. RGB value is (208,46,47). Sum of RGB (Red+Green+Blue) = 208+46+47=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02E2F is #2FD1D0. Grayscale: #5E5E5E. Windows color (decimal): -3133905 or 3092176. OLE color: 3092176.

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

Color convert

RGB 208 46 47 -
CMYK 0 0.78 0.77 0.18
HSL 359.63º 0.64% 0.5% -
HSV(B) 359.63º 0.78% 0.82% -
XYZ 27.5 15.57 4.24 -
YUV 94.55 101.17 208.92 -
System Red Green Blue C M Y K H S L
Decimal 208 46 47 0 0.78 0.77 0.18 359.63 0.64 0.5
Hex D0 2E 2F 0 4E 4D 12 168 40 32
Octal 320 56 57 0 116 115 22 550 100 62
Binary 11010000 101110 101111 0 1001110 1001101 10010 101101000 1000000 110010

Color Harmonies of #D02E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02E2F

Black with #D02E2F

Text Example


Text Example

White with #D02E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02E2F; }

 p { color: rgb(208,46,47); }

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

background-color css

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

 a { background-color: rgb(208,46,47); }

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

border-color css

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

 span { border-color: rgb(208,46,47); }

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