Html Css Color HEX #D22834 Mahogany

📋 copy color: '#D22834'

red 210 ◦ green 40 ◦ blue 52

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

Shades of Mahogany #D22834

Tints of Mahogany #D22834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.25%

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

R = 69.54%
G = 13.25%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D22834 (or 0xD22834) is known color: Mahogany. HEX triplet: D2, 28 and 34. RGB value is (210,40,52). Sum of RGB (Red+Green+Blue) = 210+40+52=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D22834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22834 is #2DD7CB. Grayscale: #5C5C5C. Windows color (decimal): -3004364 or 3418322. OLE color: 3418322.

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

Color convert

RGB 210 40 52 -
CMYK 0 0.81 0.75 0.18
HSL 355.76º 0.68% 0.49% -
HSV(B) 355.76º 0.81% 0.82% -
XYZ 27.96 15.47 4.76 -
YUV 92.2 105.32 212.02 -
System Red Green Blue C M Y K H S L
Decimal 210 40 52 0 0.81 0.75 0.18 355.76 0.68 0.49
Hex D2 28 34 0 51 4B 12 164 44 31
Octal 322 50 64 0 121 113 22 544 104 61
Binary 11010010 101000 110100 0 1010001 1001011 10010 101100100 1000100 110001

Color Harmonies of #D22834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22834

Black with #D22834

Text Example


Text Example

White with #D22834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22834; }

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

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

background-color css

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

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

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

border-color css

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

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

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