Html Css Color HEX #D22C30 Mahogany

📋 copy color: '#D22C30'

red 210 ◦ green 44 ◦ blue 48

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

Shades of Mahogany #D22C30

Tints of Mahogany #D22C30

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

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

R = 69.54%
G = 14.57%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D22C30 (or 0xD22C30) is known color: Mahogany. HEX triplet: D2, 2C and 30. RGB value is (210,44,48). Sum of RGB (Red+Green+Blue) = 210+44+48=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22C30 is #2DD3CF. Grayscale: #5E5E5E. Windows color (decimal): -3003344 or 3157202. OLE color: 3157202.

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

Color convert

RGB 210 44 48 -
CMYK 0 0.79 0.77 0.18
HSL 358.55º 0.65% 0.5% -
HSV(B) 358.55º 0.79% 0.82% -
XYZ 28.01 15.72 4.35 -
YUV 94.09 102 210.67 -
System Red Green Blue C M Y K H S L
Decimal 210 44 48 0 0.79 0.77 0.18 358.55 0.65 0.5
Hex D2 2C 30 0 4F 4D 12 167 41 32
Octal 322 54 60 0 117 115 22 547 101 62
Binary 11010010 101100 110000 0 1001111 1001101 10010 101100111 1000001 110010

Color Harmonies of #D22C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22C30

Black with #D22C30

Text Example


Text Example

White with #D22C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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