Html Css Color HEX #D03034 Mahogany

📋 copy color: '#D03034'

red 208 ◦ green 48 ◦ blue 52

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

Shades of Mahogany #D03034

Tints of Mahogany #D03034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.88%

R = 67.53%
G = 15.58%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D03034 (or 0xD03034) is known color: Mahogany. HEX triplet: D0, 30 and 34. RGB value is (208,48,52). Sum of RGB (Red+Green+Blue) = 208+48+52=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D03034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03034 is #2FCFCB. Grayscale: #606060. Windows color (decimal): -3133388 or 3420368. OLE color: 3420368.

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

Color convert

RGB 208 48 52 -
CMYK 0 0.77 0.75 0.18
HSL 358.5º 0.63% 0.5% -
HSV(B) 358.5º 0.77% 0.82% -
XYZ 27.69 15.77 4.83 -
YUV 96.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 208 48 52 0 0.77 0.75 0.18 358.5 0.63 0.5
Hex D0 30 34 0 4D 4B 12 166 3F 32
Octal 320 60 64 0 115 113 22 546 77 62
Binary 11010000 110000 110100 0 1001101 1001011 10010 101100110 111111 110010

Color Harmonies of #D03034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03034

Black with #D03034

Text Example


Text Example

White with #D03034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03034; }

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

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

background-color css

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

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

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

border-color css

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

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

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