Html Css Color HEX #D0252D Mahogany

📋 copy color: '#D0252D'

red 208 ◦ green 37 ◦ blue 45

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

Shades of Mahogany #D0252D

Tints of Mahogany #D0252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 71.72%
G = 12.76%
B = 15.52%

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

#D0252D (or 0xD0252D) is known color: Mahogany. HEX triplet: D0, 25 and 2D. RGB value is (208,37,45). Sum of RGB (Red+Green+Blue) = 208+37+45=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D0252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0252D is #2FDAD2. Grayscale: #595959. Windows color (decimal): -3136211 or 2958800. OLE color: 2958800.

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

Color convert

RGB 208 37 45 -
CMYK 0 0.82 0.78 0.18
HSL 357.19º 0.7% 0.48% -
HSV(B) 357.19º 0.82% 0.82% -
XYZ 27.15 14.92 3.93 -
YUV 89.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 208 37 45 0 0.82 0.78 0.18 357.19 0.7 0.48
Hex D0 25 2D 0 52 4E 12 165 46 30
Octal 320 45 55 0 122 116 22 545 106 60
Binary 11010000 100101 101101 0 1010010 1001110 10010 101100101 1000110 110000

Color Harmonies of #D0252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0252D

Black with #D0252D

Text Example


Text Example

White with #D0252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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