Html Css Color HEX #D02D3A Mahogany

📋 copy color: '#D02D3A'

red 208 ◦ green 45 ◦ blue 58

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

Shades of Mahogany #D02D3A

Tints of Mahogany #D02D3A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.47%

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 66.88%
G = 14.47%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D02D3A (or 0xD02D3A) is known color: Mahogany. HEX triplet: D0, 2D and 3A. RGB value is (208,45,58). Sum of RGB (Red+Green+Blue) = 208+45+58=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D3A is #2FD2C5. Grayscale: #5F5F5F. Windows color (decimal): -3134150 or 3812816. OLE color: 3812816.

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

Color convert

RGB 208 45 58 -
CMYK 0 0.78 0.72 0.18
HSL 355.21º 0.64% 0.5% -
HSV(B) 355.21º 0.78% 0.82% -
XYZ 27.71 15.59 5.55 -
YUV 95.22 107 208.44 -
System Red Green Blue C M Y K H S L
Decimal 208 45 58 0 0.78 0.72 0.18 355.21 0.64 0.5
Hex D0 2D 3A 0 4E 48 12 163 40 32
Octal 320 55 72 0 116 110 22 543 100 62
Binary 11010000 101101 111010 0 1001110 1001000 10010 101100011 1000000 110010

Color Harmonies of #D02D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D3A

Black with #D02D3A

Text Example


Text Example

White with #D02D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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