Html Css Color HEX #D23738 Mahogany

📋 copy color: '#D23738'

red 210 ◦ green 55 ◦ blue 56

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

Shades of Mahogany #D23738

Tints of Mahogany #D23738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

 BLUE value IS 56 (22.27% from 255) = 17.45%

R = 65.42%
G = 17.13%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D23738 (or 0xD23738) is known color: Mahogany. HEX triplet: D2, 37 and 38. RGB value is (210,55,56). Sum of RGB (Red+Green+Blue) = 210+55+56=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D23738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23738 is #2DC8C7. Grayscale: #656565. Windows color (decimal): -3000520 or 3684306. OLE color: 3684306.

HSL color Cylindrical-coordinate representation of color #D23738: hue angle of 359.61º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23738 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 55 56 -
CMYK 0 0.74 0.73 0.18
HSL 359.61º 0.63% 0.52% -
HSV(B) 359.61º 0.74% 0.82% -
XYZ 28.66 16.72 5.46 -
YUV 101.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 210 55 56 0 0.74 0.73 0.18 359.61 0.63 0.52
Hex D2 37 38 0 4A 49 12 168 3F 34
Octal 322 67 70 0 112 111 22 550 77 64
Binary 11010010 110111 111000 0 1001010 1001001 10010 101101000 111111 110100

Color Harmonies of #D23738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23738

Black with #D23738

Text Example


Text Example

White with #D23738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23738; }

 p { color: rgb(210,55,56); }

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

background-color css

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

 a { background-color: rgb(210,55,56); }

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

border-color css

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

 span { border-color: rgb(210,55,56); }

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