Html Css Color HEX #D02532 Mahogany

📋 copy color: '#D02532'

red 208 ◦ green 37 ◦ blue 50

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

Shades of Mahogany #D02532

Tints of Mahogany #D02532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

 BLUE value IS 50 (19.92% from 255) = 16.95%

R = 70.51%
G = 12.54%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D02532 (or 0xD02532) is known color: Mahogany. HEX triplet: D0, 25 and 32. RGB value is (208,37,50). Sum of RGB (Red+Green+Blue) = 208+37+50=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D02532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02532 is #2FDACD. Grayscale: #595959. Windows color (decimal): -3136206 or 3286480. OLE color: 3286480.

HSL color Cylindrical-coordinate representation of color #D02532: hue angle of 355.44º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02532 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 37 50 -
CMYK 0 0.82 0.76 0.18
HSL 355.44º 0.7% 0.48% -
HSV(B) 355.44º 0.82% 0.82% -
XYZ 27.25 14.96 4.47 -
YUV 89.61 105.65 212.44 -
System Red Green Blue C M Y K H S L
Decimal 208 37 50 0 0.82 0.76 0.18 355.44 0.7 0.48
Hex D0 25 32 0 52 4C 12 163 46 30
Octal 320 45 62 0 122 114 22 543 106 60
Binary 11010000 100101 110010 0 1010010 1001100 10010 101100011 1000110 110000

Color Harmonies of #D02532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02532

Black with #D02532

Text Example


Text Example

White with #D02532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02532; }

 p { color: rgb(208,37,50); }

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

background-color css

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

 a { background-color: rgb(208,37,50); }

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

border-color css

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

 span { border-color: rgb(208,37,50); }

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