Html Css Color HEX #D22A30 Mahogany

📋 copy color: '#D22A30'

red 210 ◦ green 42 ◦ blue 48

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

Shades of Mahogany #D22A30

Tints of Mahogany #D22A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14%

 BLUE value IS 48 (19.14% from 255) = 16%

R = 70%
G = 14%
B = 16%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D22A30 (or 0xD22A30) is known color: Mahogany. HEX triplet: D2, 2A and 30. RGB value is (210,42,48). Sum of RGB (Red+Green+Blue) = 210+42+48=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D22A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22A30 is #2DD5CF. Grayscale: #5D5D5D. Windows color (decimal): -3003856 or 3156690. OLE color: 3156690.

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

Color convert

RGB 210 42 48 -
CMYK 0 0.8 0.77 0.18
HSL 357.86º 0.67% 0.49% -
HSV(B) 357.86º 0.8% 0.82% -
XYZ 27.94 15.57 4.33 -
YUV 92.92 102.66 211.51 -
System Red Green Blue C M Y K H S L
Decimal 210 42 48 0 0.8 0.77 0.18 357.86 0.67 0.49
Hex D2 2A 30 0 50 4D 12 166 43 31
Octal 322 52 60 0 120 115 22 546 103 61
Binary 11010010 101010 110000 0 1010000 1001101 10010 101100110 1000011 110001

Color Harmonies of #D22A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22A30

Black with #D22A30

Text Example


Text Example

White with #D22A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22A30; }

 p { color: rgb(210,42,48); }

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

background-color css

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

 a { background-color: rgb(210,42,48); }

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

border-color css

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

 span { border-color: rgb(210,42,48); }

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