Html Css Color HEX #D03038 Mahogany

📋 copy color: '#D03038'

red 208 ◦ green 48 ◦ blue 56

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

Shades of Mahogany #D03038

Tints of Mahogany #D03038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.95%

R = 66.67%
G = 15.38%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D03038 (or 0xD03038) is known color: Mahogany. HEX triplet: D0, 30 and 38. RGB value is (208,48,56). Sum of RGB (Red+Green+Blue) = 208+48+56=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D03038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03038 is #2FCFC7. Grayscale: #606060. Windows color (decimal): -3133384 or 3682512. OLE color: 3682512.

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

Color convert

RGB 208 48 56 -
CMYK 0 0.77 0.73 0.18
HSL 357º 0.63% 0.5% -
HSV(B) 357º 0.77% 0.82% -
XYZ 27.78 15.81 5.33 -
YUV 96.75 105.01 207.35 -
System Red Green Blue C M Y K H S L
Decimal 208 48 56 0 0.77 0.73 0.18 357 0.63 0.5
Hex D0 30 38 0 4D 49 12 165 3F 32
Octal 320 60 70 0 115 111 22 545 77 62
Binary 11010000 110000 111000 0 1001101 1001001 10010 101100101 111111 110010

Color Harmonies of #D03038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03038

Black with #D03038

Text Example


Text Example

White with #D03038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03038; }

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

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

background-color css

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

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

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

border-color css

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

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

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