Html Css Color HEX #D22630 Mahogany

📋 copy color: '#D22630'

red 210 ◦ green 38 ◦ blue 48

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

Shades of Mahogany #D22630

Tints of Mahogany #D22630

RGB

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

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

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

R = 70.95%
G = 12.84%
B = 16.22%

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

#D22630 (or 0xD22630) is known color: Mahogany. HEX triplet: D2, 26 and 30. RGB value is (210,38,48). Sum of RGB (Red+Green+Blue) = 210+38+48=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D22630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22630 is #2DD9CF. Grayscale: #5A5A5A. Windows color (decimal): -3004880 or 3155666. OLE color: 3155666.

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

Color convert

RGB 210 38 48 -
CMYK 0 0.82 0.77 0.18
HSL 356.51º 0.69% 0.49% -
HSV(B) 356.51º 0.82% 0.82% -
XYZ 27.8 15.3 4.28 -
YUV 90.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 210 38 48 0 0.82 0.77 0.18 356.51 0.69 0.49
Hex D2 26 30 0 52 4D 12 165 45 31
Octal 322 46 60 0 122 115 22 545 105 61
Binary 11010010 100110 110000 0 1010010 1001101 10010 101100101 1000101 110001

Color Harmonies of #D22630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22630

Black with #D22630

Text Example


Text Example

White with #D22630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22630; }

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

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

background-color css

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

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

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

border-color css

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

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

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