Html Css Color HEX #D02631 Mahogany

📋 copy color: '#D02631'

red 208 ◦ green 38 ◦ blue 49

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

Shades of Mahogany #D02631

Tints of Mahogany #D02631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 70.51%
G = 12.88%
B = 16.61%

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

#D02631 (or 0xD02631) is known color: Mahogany. HEX triplet: D0, 26 and 31. RGB value is (208,38,49). Sum of RGB (Red+Green+Blue) = 208+38+49=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D02631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02631 is #2FD9CE. Grayscale: #5A5A5A. Windows color (decimal): -3135951 or 3221200. OLE color: 3221200.

HSL color Cylindrical-coordinate representation of color #D02631: hue angle of 356.12º degrees, saturation: 0.69, 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 #D02631 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 38 49 -
CMYK 0 0.82 0.76 0.18
HSL 356.12º 0.69% 0.48% -
HSV(B) 356.12º 0.82% 0.82% -
XYZ 27.26 15.02 4.37 -
YUV 90.08 104.82 212.11 -
System Red Green Blue C M Y K H S L
Decimal 208 38 49 0 0.82 0.76 0.18 356.12 0.69 0.48
Hex D0 26 31 0 52 4C 12 164 45 30
Octal 320 46 61 0 122 114 22 544 105 60
Binary 11010000 100110 110001 0 1010010 1001100 10010 101100100 1000101 110000

Color Harmonies of #D02631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02631

Black with #D02631

Text Example


Text Example

White with #D02631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02631; }

 p { color: rgb(208,38,49); }

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

background-color css

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

 a { background-color: rgb(208,38,49); }

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

border-color css

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

 span { border-color: rgb(208,38,49); }

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