Html Css Color HEX #D2262D Mahogany

📋 copy color: '#D2262D'

red 210 ◦ green 38 ◦ blue 45

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

Shades of Mahogany #D2262D

Tints of Mahogany #D2262D

RGB

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

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

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

R = 71.67%
G = 12.97%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2262D (or 0xD2262D) is known color: Mahogany. HEX triplet: D2, 26 and 2D. RGB value is (210,38,45). Sum of RGB (Red+Green+Blue) = 210+38+45=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D2262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2262D is #2DD9D2. Grayscale: #5A5A5A. Windows color (decimal): -3004883 or 2959058. OLE color: 2959058.

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

Color convert

RGB 210 38 45 -
CMYK 0 0.82 0.79 0.18
HSL 357.56º 0.69% 0.49% -
HSV(B) 357.56º 0.82% 0.82% -
XYZ 27.75 15.28 3.97 -
YUV 90.23 102.48 213.43 -
System Red Green Blue C M Y K H S L
Decimal 210 38 45 0 0.82 0.79 0.18 357.56 0.69 0.49
Hex D2 26 2D 0 52 4F 12 166 45 31
Octal 322 46 55 0 122 117 22 546 105 61
Binary 11010010 100110 101101 0 1010010 1001111 10010 101100110 1000101 110001

Color Harmonies of #D2262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2262D

Black with #D2262D

Text Example


Text Example

White with #D2262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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