Html Css Color HEX #D0303C Mahogany

📋 copy color: '#D0303C'

red 208 ◦ green 48 ◦ blue 60

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

Shades of Mahogany #D0303C

Tints of Mahogany #D0303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 65.82%
G = 15.19%
B = 18.99%

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

#D0303C (or 0xD0303C) is known color: Mahogany. HEX triplet: D0, 30 and 3C. RGB value is (208,48,60). Sum of RGB (Red+Green+Blue) = 208+48+60=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D0303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0303C is #2FCFC3. Grayscale: #616161. Windows color (decimal): -3133380 or 3944656. OLE color: 3944656.

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

Color convert

RGB 208 48 60 -
CMYK 0 0.77 0.71 0.18
HSL 355.5º 0.63% 0.5% -
HSV(B) 355.5º 0.77% 0.82% -
XYZ 27.88 15.85 5.86 -
YUV 97.21 107.01 207.02 -
System Red Green Blue C M Y K H S L
Decimal 208 48 60 0 0.77 0.71 0.18 355.5 0.63 0.5
Hex D0 30 3C 0 4D 47 12 164 3F 32
Octal 320 60 74 0 115 107 22 544 77 62
Binary 11010000 110000 111100 0 1001101 1000111 10010 101100100 111111 110010

Color Harmonies of #D0303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0303C

Black with #D0303C

Text Example


Text Example

White with #D0303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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