Html Css Color HEX #D2262E Mahogany

📋 copy color: '#D2262E'

red 210 ◦ green 38 ◦ blue 46

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

Shades of Mahogany #D2262E

Tints of Mahogany #D2262E

RGB

 RED value IS 210 (82.42% from 255) = 71.43%

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

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

R = 71.43%
G = 12.93%
B = 15.65%

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

#D2262E (or 0xD2262E) is known color: Mahogany. HEX triplet: D2, 26 and 2E. RGB value is (210,38,46). Sum of RGB (Red+Green+Blue) = 210+38+46=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D2262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2262E is #2DD9D1. Grayscale: #5A5A5A. Windows color (decimal): -3004882 or 3024594. OLE color: 3024594.

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

Color convert

RGB 210 38 46 -
CMYK 0 0.82 0.78 0.18
HSL 357.21º 0.69% 0.49% -
HSV(B) 357.21º 0.82% 0.82% -
XYZ 27.76 15.29 4.07 -
YUV 90.34 102.98 213.35 -
System Red Green Blue C M Y K H S L
Decimal 210 38 46 0 0.82 0.78 0.18 357.21 0.69 0.49
Hex D2 26 2E 0 52 4E 12 165 45 31
Octal 322 46 56 0 122 116 22 545 105 61
Binary 11010010 100110 101110 0 1010010 1001110 10010 101100101 1000101 110001

Color Harmonies of #D2262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2262E

Black with #D2262E

Text Example


Text Example

White with #D2262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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