Html Css Color HEX #D0252E Mahogany

📋 copy color: '#D0252E'

red 208 ◦ green 37 ◦ blue 46

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

Shades of Mahogany #D0252E

Tints of Mahogany #D0252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 71.48%
G = 12.71%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0252E (or 0xD0252E) is known color: Mahogany. HEX triplet: D0, 25 and 2E. RGB value is (208,37,46). Sum of RGB (Red+Green+Blue) = 208+37+46=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0252E is #2FDAD1. Grayscale: #595959. Windows color (decimal): -3136210 or 3024336. OLE color: 3024336.

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

Color convert

RGB 208 37 46 -
CMYK 0 0.82 0.78 0.18
HSL 356.84º 0.7% 0.48% -
HSV(B) 356.84º 0.82% 0.82% -
XYZ 27.17 14.93 4.03 -
YUV 89.16 103.65 212.77 -
System Red Green Blue C M Y K H S L
Decimal 208 37 46 0 0.82 0.78 0.18 356.84 0.7 0.48
Hex D0 25 2E 0 52 4E 12 165 46 30
Octal 320 45 56 0 122 116 22 545 106 60
Binary 11010000 100101 101110 0 1010010 1001110 10010 101100101 1000110 110000

Color Harmonies of #D0252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0252E

Black with #D0252E

Text Example


Text Example

White with #D0252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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