Html Css Color HEX #D0333A Mahogany

📋 copy color: '#D0333A'

red 208 ◦ green 51 ◦ blue 58

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

Shades of Mahogany #D0333A

Tints of Mahogany #D0333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

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

R = 65.62%
G = 16.09%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0333A (or 0xD0333A) is known color: Mahogany. HEX triplet: D0, 33 and 3A. RGB value is (208,51,58). Sum of RGB (Red+Green+Blue) = 208+51+58=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D0333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0333A is #2FCCC5. Grayscale: #626262. Windows color (decimal): -3132614 or 3814352. OLE color: 3814352.

HSL color Cylindrical-coordinate representation of color #D0333A: hue angle of 357.32º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0333A is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 51 58 -
CMYK 0 0.75 0.72 0.18
HSL 357.32º 0.63% 0.51% -
HSV(B) 357.32º 0.75% 0.82% -
XYZ 27.96 16.08 5.63 -
YUV 98.74 105.01 205.93 -
System Red Green Blue C M Y K H S L
Decimal 208 51 58 0 0.75 0.72 0.18 357.32 0.63 0.51
Hex D0 33 3A 0 4B 48 12 165 3F 33
Octal 320 63 72 0 113 110 22 545 77 63
Binary 11010000 110011 111010 0 1001011 1001000 10010 101100101 111111 110011

Color Harmonies of #D0333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0333A

Black with #D0333A

Text Example


Text Example

White with #D0333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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