Html Css Color HEX #D0303D Mahogany

📋 copy color: '#D0303D'

red 208 ◦ green 48 ◦ blue 61

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

Shades of Mahogany #D0303D

Tints of Mahogany #D0303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

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

R = 65.62%
G = 15.14%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0303D (or 0xD0303D) is known color: Mahogany. HEX triplet: D0, 30 and 3D. RGB value is (208,48,61). Sum of RGB (Red+Green+Blue) = 208+48+61=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D0303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0303D is #2FCFC2. Grayscale: #616161. Windows color (decimal): -3133379 or 4010192. OLE color: 4010192.

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

Color convert

RGB 208 48 61 -
CMYK 0 0.77 0.71 0.18
HSL 355.13º 0.63% 0.5% -
HSV(B) 355.13º 0.77% 0.82% -
XYZ 27.91 15.86 6.01 -
YUV 97.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 208 48 61 0 0.77 0.71 0.18 355.13 0.63 0.5
Hex D0 30 3D 0 4D 47 12 163 3F 32
Octal 320 60 75 0 115 107 22 543 77 62
Binary 11010000 110000 111101 0 1001101 1000111 10010 101100011 111111 110010

Color Harmonies of #D0303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0303D

Black with #D0303D

Text Example


Text Example

White with #D0303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0303D; }

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

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

background-color css

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

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

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

border-color css

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

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

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