Html Css Color HEX #D22D35 Mahogany

📋 copy color: '#D22D35'

red 210 ◦ green 45 ◦ blue 53

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

Shades of Mahogany #D22D35

Tints of Mahogany #D22D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.21%

R = 68.18%
G = 14.61%
B = 17.21%

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

#D22D35 (or 0xD22D35) is known color: Mahogany. HEX triplet: D2, 2D and 35. RGB value is (210,45,53). Sum of RGB (Red+Green+Blue) = 210+45+53=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22D35 is #2DD2CA. Grayscale: #5F5F5F. Windows color (decimal): -3003083 or 3485138. OLE color: 3485138.

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

Color convert

RGB 210 45 53 -
CMYK 0 0.79 0.75 0.18
HSL 357.09º 0.65% 0.5% -
HSV(B) 357.09º 0.79% 0.82% -
XYZ 28.16 15.84 4.94 -
YUV 95.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 210 45 53 0 0.79 0.75 0.18 357.09 0.65 0.5
Hex D2 2D 35 0 4F 4B 12 165 41 32
Octal 322 55 65 0 117 113 22 545 101 62
Binary 11010010 101101 110101 0 1001111 1001011 10010 101100101 1000001 110010

Color Harmonies of #D22D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22D35

Black with #D22D35

Text Example


Text Example

White with #D22D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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