Html Css Color HEX #D22E3A Mahogany

📋 copy color: '#D22E3A'

red 210 ◦ green 46 ◦ blue 58

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

Shades of Mahogany #D22E3A

Tints of Mahogany #D22E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.65%

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 66.88%
G = 14.65%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D22E3A (or 0xD22E3A) is known color: Mahogany. HEX triplet: D2, 2E and 3A. RGB value is (210,46,58). Sum of RGB (Red+Green+Blue) = 210+46+58=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22E3A is #2DD1C5. Grayscale: #606060. Windows color (decimal): -3002822 or 3813074. OLE color: 3813074.

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

Color convert

RGB 210 46 58 -
CMYK 0 0.78 0.72 0.18
HSL 355.61º 0.65% 0.5% -
HSV(B) 355.61º 0.78% 0.82% -
XYZ 28.32 15.96 5.59 -
YUV 96.4 106.33 209.02 -
System Red Green Blue C M Y K H S L
Decimal 210 46 58 0 0.78 0.72 0.18 355.61 0.65 0.5
Hex D2 2E 3A 0 4E 48 12 164 41 32
Octal 322 56 72 0 116 110 22 544 101 62
Binary 11010010 101110 111010 0 1001110 1001000 10010 101100100 1000001 110010

Color Harmonies of #D22E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22E3A

Black with #D22E3A

Text Example


Text Example

White with #D22E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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