Html Css Color HEX #D2262F Mahogany

📋 copy color: '#D2262F'

red 210 ◦ green 38 ◦ blue 47

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

Shades of Mahogany #D2262F

Tints of Mahogany #D2262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.93%

R = 71.19%
G = 12.88%
B = 15.93%

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

#D2262F (or 0xD2262F) is known color: Mahogany. HEX triplet: D2, 26 and 2F. RGB value is (210,38,47). Sum of RGB (Red+Green+Blue) = 210+38+47=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D2262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2262F is #2DD9D0. Grayscale: #5A5A5A. Windows color (decimal): -3004881 or 3090130. OLE color: 3090130.

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

Color convert

RGB 210 38 47 -
CMYK 0 0.82 0.78 0.18
HSL 356.86º 0.69% 0.49% -
HSV(B) 356.86º 0.82% 0.82% -
XYZ 27.78 15.29 4.18 -
YUV 90.45 103.48 213.27 -
System Red Green Blue C M Y K H S L
Decimal 210 38 47 0 0.82 0.78 0.18 356.86 0.69 0.49
Hex D2 26 2F 0 52 4E 12 165 45 31
Octal 322 46 57 0 122 116 22 545 105 61
Binary 11010010 100110 101111 0 1010010 1001110 10010 101100101 1000101 110001

Color Harmonies of #D2262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2262F

Black with #D2262F

Text Example


Text Example

White with #D2262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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