Html Css Color HEX #D0333D Mahogany

📋 copy color: '#D0333D'

red 208 ◦ green 51 ◦ blue 61

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

Shades of Mahogany #D0333D

Tints of Mahogany #D0333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.06%

R = 65%
G = 15.94%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0333D (or 0xD0333D) is known color: Mahogany. HEX triplet: D0, 33 and 3D. RGB value is (208,51,61). Sum of RGB (Red+Green+Blue) = 208+51+61=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0333D is #2FCCC2. Grayscale: #636363. Windows color (decimal): -3132611 or 4010960. OLE color: 4010960.

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

Color convert

RGB 208 51 61 -
CMYK 0 0.75 0.71 0.18
HSL 356.18º 0.63% 0.51% -
HSV(B) 356.18º 0.75% 0.82% -
XYZ 28.04 16.11 6.05 -
YUV 99.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 208 51 61 0 0.75 0.71 0.18 356.18 0.63 0.51
Hex D0 33 3D 0 4B 47 12 164 3F 33
Octal 320 63 75 0 113 107 22 544 77 63
Binary 11010000 110011 111101 0 1001011 1000111 10010 101100100 111111 110011

Color Harmonies of #D0333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0333D

Black with #D0333D

Text Example


Text Example

White with #D0333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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