Html Css Color HEX #D2262B Mahogany

📋 copy color: '#D2262B'

red 210 ◦ green 38 ◦ blue 43

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

Shades of Mahogany #D2262B

Tints of Mahogany #D2262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.78%

R = 72.16%
G = 13.06%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2262B (or 0xD2262B) is known color: Mahogany. HEX triplet: D2, 26 and 2B. RGB value is (210,38,43). Sum of RGB (Red+Green+Blue) = 210+38+43=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D2262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2262B is #2DD9D4. Grayscale: #5A5A5A. Windows color (decimal): -3004885 or 2827986. OLE color: 2827986.

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

Color convert

RGB 210 38 43 -
CMYK 0 0.82 0.80 0.18
HSL 358.26º 0.69% 0.49% -
HSV(B) 358.26º 0.82% 0.82% -
XYZ 27.71 15.26 3.77 -
YUV 90 101.48 213.59 -
System Red Green Blue C M Y K H S L
Decimal 210 38 43 0 0.82 0.80 0.18 358.26 0.69 0.49
Hex D2 26 2B 0 52 50 12 166 45 31
Octal 322 46 53 0 122 120 22 546 105 61
Binary 11010010 100110 101011 0 1010010 1010000 10010 101100110 1000101 110001

Color Harmonies of #D2262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2262B

Black with #D2262B

Text Example


Text Example

White with #D2262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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