Html Css Color HEX #D23C3E Mahogany

📋 copy color: '#D23C3E'

red 210 ◦ green 60 ◦ blue 62

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

Shades of Mahogany #D23C3E

Tints of Mahogany #D23C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 63.25%
G = 18.07%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D23C3E (or 0xD23C3E) is known color: Mahogany. HEX triplet: D2, 3C and 3E. RGB value is (210,60,62). Sum of RGB (Red+Green+Blue) = 210+60+62=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23C3E is #2DC3C1. Grayscale: #696969. Windows color (decimal): -2999234 or 4078802. OLE color: 4078802.

HSL color Cylindrical-coordinate representation of color #D23C3E: hue angle of 359.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23C3E is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 60 62 -
CMYK 0 0.71 0.70 0.18
HSL 359.2º 0.63% 0.53% -
HSV(B) 359.2º 0.71% 0.82% -
XYZ 29.06 17.28 6.36 -
YUV 105.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 210 60 62 0 0.71 0.70 0.18 359.2 0.63 0.53
Hex D2 3C 3E 0 47 46 12 167 3E 35
Octal 322 74 76 0 107 106 22 547 76 65
Binary 11010010 111100 111110 0 1000111 1000110 10010 101100111 111110 110101

Color Harmonies of #D23C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23C3E

Black with #D23C3E

Text Example


Text Example

White with #D23C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23C3E; }

 p { color: rgb(210,60,62); }

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

background-color css

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

 a { background-color: rgb(210,60,62); }

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

border-color css

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

 span { border-color: rgb(210,60,62); }

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