Html Css Color HEX #D22631 Mahogany

📋 copy color: '#D22631'

red 210 ◦ green 38 ◦ blue 49

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

Shades of Mahogany #D22631

Tints of Mahogany #D22631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 70.71%
G = 12.79%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D22631 (or 0xD22631) is known color: Mahogany. HEX triplet: D2, 26 and 31. RGB value is (210,38,49). Sum of RGB (Red+Green+Blue) = 210+38+49=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D22631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22631 is #2DD9CE. Grayscale: #5A5A5A. Windows color (decimal): -3004879 or 3221202. OLE color: 3221202.

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

Color convert

RGB 210 38 49 -
CMYK 0 0.82 0.77 0.18
HSL 356.16º 0.69% 0.49% -
HSV(B) 356.16º 0.82% 0.82% -
XYZ 27.83 15.31 4.39 -
YUV 90.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 210 38 49 0 0.82 0.77 0.18 356.16 0.69 0.49
Hex D2 26 31 0 52 4D 12 164 45 31
Octal 322 46 61 0 122 115 22 544 105 61
Binary 11010010 100110 110001 0 1010010 1001101 10010 101100100 1000101 110001

Color Harmonies of #D22631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22631

Black with #D22631

Text Example


Text Example

White with #D22631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22631; }

 p { color: rgb(210,38,49); }

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

background-color css

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

 a { background-color: rgb(210,38,49); }

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

border-color css

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

 span { border-color: rgb(210,38,49); }

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