Html Css Color HEX #D22D34 Mahogany

📋 copy color: '#D22D34'

red 210 ◦ green 45 ◦ blue 52

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

Shades of Mahogany #D22D34

Tints of Mahogany #D22D34

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.66%

 BLUE value IS 52 (20.7% from 255) = 16.94%

R = 68.4%
G = 14.66%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D22D34 (or 0xD22D34) is known color: Mahogany. HEX triplet: D2, 2D and 34. RGB value is (210,45,52). Sum of RGB (Red+Green+Blue) = 210+45+52=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22D34 is #2DD2CB. Grayscale: #5F5F5F. Windows color (decimal): -3003084 or 3419602. OLE color: 3419602.

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

Color convert

RGB 210 45 52 -
CMYK 0 0.79 0.75 0.18
HSL 357.45º 0.65% 0.5% -
HSV(B) 357.45º 0.79% 0.82% -
XYZ 28.14 15.83 4.82 -
YUV 95.13 103.66 209.93 -
System Red Green Blue C M Y K H S L
Decimal 210 45 52 0 0.79 0.75 0.18 357.45 0.65 0.5
Hex D2 2D 34 0 4F 4B 12 165 41 32
Octal 322 55 64 0 117 113 22 545 101 62
Binary 11010010 101101 110100 0 1001111 1001011 10010 101100101 1000001 110010

Color Harmonies of #D22D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22D34

Black with #D22D34

Text Example


Text Example

White with #D22D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22D34; }

 p { color: rgb(210,45,52); }

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

background-color css

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

 a { background-color: rgb(210,45,52); }

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

border-color css

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

 span { border-color: rgb(210,45,52); }

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