Html Css Color HEX #D0262E Mahogany

📋 copy color: '#D0262E'

red 208 ◦ green 38 ◦ blue 46

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

Shades of Mahogany #D0262E

Tints of Mahogany #D0262E

RGB

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

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

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

R = 71.23%
G = 13.01%
B = 15.75%

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

#D0262E (or 0xD0262E) is known color: Mahogany. HEX triplet: D0, 26 and 2E. RGB value is (208,38,46). Sum of RGB (Red+Green+Blue) = 208+38+46=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D0262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0262E is #2FD9D1. Grayscale: #595959. Windows color (decimal): -3135954 or 3024592. OLE color: 3024592.

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

Color convert

RGB 208 38 46 -
CMYK 0 0.82 0.78 0.18
HSL 357.18º 0.69% 0.48% -
HSV(B) 357.18º 0.82% 0.82% -
XYZ 27.2 14.99 4.05 -
YUV 89.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 208 38 46 0 0.82 0.78 0.18 357.18 0.69 0.48
Hex D0 26 2E 0 52 4E 12 165 45 30
Octal 320 46 56 0 122 116 22 545 105 60
Binary 11010000 100110 101110 0 1010010 1001110 10010 101100101 1000101 110000

Color Harmonies of #D0262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0262E

Black with #D0262E

Text Example


Text Example

White with #D0262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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