Html Css Color HEX #D22930 Mahogany

📋 copy color: '#D22930'

red 210 ◦ green 41 ◦ blue 48

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

Shades of Mahogany #D22930

Tints of Mahogany #D22930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

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

R = 70.23%
G = 13.71%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D22930 (or 0xD22930) is known color: Mahogany. HEX triplet: D2, 29 and 30. RGB value is (210,41,48). Sum of RGB (Red+Green+Blue) = 210+41+48=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D22930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22930 is #2DD6CF. Grayscale: #5C5C5C. Windows color (decimal): -3004112 or 3156434. OLE color: 3156434.

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

Color convert

RGB 210 41 48 -
CMYK 0 0.80 0.77 0.18
HSL 357.51º 0.67% 0.49% -
HSV(B) 357.51º 0.8% 0.82% -
XYZ 27.9 15.5 4.32 -
YUV 92.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 210 41 48 0 0.80 0.77 0.18 357.51 0.67 0.49
Hex D2 29 30 0 50 4D 12 166 43 31
Octal 322 51 60 0 120 115 22 546 103 61
Binary 11010010 101001 110000 0 1010000 1001101 10010 101100110 1000011 110001

Color Harmonies of #D22930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22930

Black with #D22930

Text Example


Text Example

White with #D22930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22930; }

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

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

background-color css

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

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

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

border-color css

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

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

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