Html Css Color HEX #D0333B Mahogany

📋 copy color: '#D0333B'

red 208 ◦ green 51 ◦ blue 59

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

Shades of Mahogany #D0333B

Tints of Mahogany #D0333B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 65.41%
G = 16.04%
B = 18.55%

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

#D0333B (or 0xD0333B) is known color: Mahogany. HEX triplet: D0, 33 and 3B. RGB value is (208,51,59). Sum of RGB (Red+Green+Blue) = 208+51+59=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0333B is #2FCCC4. Grayscale: #626262. Windows color (decimal): -3132613 or 3879888. OLE color: 3879888.

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

Color convert

RGB 208 51 59 -
CMYK 0 0.75 0.72 0.18
HSL 356.94º 0.63% 0.51% -
HSV(B) 356.94º 0.75% 0.82% -
XYZ 27.99 16.09 5.77 -
YUV 98.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 208 51 59 0 0.75 0.72 0.18 356.94 0.63 0.51
Hex D0 33 3B 0 4B 48 12 165 3F 33
Octal 320 63 73 0 113 110 22 545 77 63
Binary 11010000 110011 111011 0 1001011 1001000 10010 101100101 111111 110011

Color Harmonies of #D0333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0333B

Black with #D0333B

Text Example


Text Example

White with #D0333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0333B; }

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

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

background-color css

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

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

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

border-color css

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

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

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