Html Css Color HEX #D02B2D Mahogany

📋 copy color: '#D02B2D'

red 208 ◦ green 43 ◦ blue 45

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

Shades of Mahogany #D02B2D

Tints of Mahogany #D02B2D

RGB

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

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

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

R = 70.27%
G = 14.53%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D02B2D (or 0xD02B2D) is known color: Mahogany. HEX triplet: D0, 2B and 2D. RGB value is (208,43,45). Sum of RGB (Red+Green+Blue) = 208+43+45=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02B2D is #2FD4D2. Grayscale: #5C5C5C. Windows color (decimal): -3134675 or 2960336. OLE color: 2960336.

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

Color convert

RGB 208 43 45 -
CMYK 0 0.79 0.78 0.18
HSL 359.27º 0.66% 0.49% -
HSV(B) 359.27º 0.79% 0.82% -
XYZ 27.35 15.33 4 -
YUV 92.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 208 43 45 0 0.79 0.78 0.18 359.27 0.66 0.49
Hex D0 2B 2D 0 4F 4E 12 167 42 31
Octal 320 53 55 0 117 116 22 547 102 61
Binary 11010000 101011 101101 0 1001111 1001110 10010 101100111 1000010 110001

Color Harmonies of #D02B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02B2D

Black with #D02B2D

Text Example


Text Example

White with #D02B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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