Html Css Color HEX #D02B2F Mahogany

📋 copy color: '#D02B2F'

red 208 ◦ green 43 ◦ blue 47

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

Shades of Mahogany #D02B2F

Tints of Mahogany #D02B2F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

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

R = 69.8%
G = 14.43%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D02B2F (or 0xD02B2F) is known color: Mahogany. HEX triplet: D0, 2B and 2F. RGB value is (208,43,47). Sum of RGB (Red+Green+Blue) = 208+43+47=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02B2F is #2FD4D0. Grayscale: #5C5C5C. Windows color (decimal): -3134673 or 3091408. OLE color: 3091408.

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

Color convert

RGB 208 43 47 -
CMYK 0 0.79 0.77 0.18
HSL 358.55º 0.66% 0.49% -
HSV(B) 358.55º 0.79% 0.82% -
XYZ 27.39 15.34 4.21 -
YUV 92.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 208 43 47 0 0.79 0.77 0.18 358.55 0.66 0.49
Hex D0 2B 2F 0 4F 4D 12 167 42 31
Octal 320 53 57 0 117 115 22 547 102 61
Binary 11010000 101011 101111 0 1001111 1001101 10010 101100111 1000010 110001

Color Harmonies of #D02B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02B2F

Black with #D02B2F

Text Example


Text Example

White with #D02B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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