Html Css Color HEX #D23D3E Mahogany

📋 copy color: '#D23D3E'

red 210 ◦ green 61 ◦ blue 62

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

Shades of Mahogany #D23D3E

Tints of Mahogany #D23D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.32%

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

R = 63.06%
G = 18.32%
B = 18.62%

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

#D23D3E (or 0xD23D3E) is known color: Mahogany. HEX triplet: D2, 3D and 3E. RGB value is (210,61,62). Sum of RGB (Red+Green+Blue) = 210+61+62=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23D3E is #2DC2C1. Grayscale: #696969. Windows color (decimal): -2998978 or 4079058. OLE color: 4079058.

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

Color convert

RGB 210 61 62 -
CMYK 0 0.71 0.70 0.18
HSL 359.6º 0.62% 0.53% -
HSV(B) 359.6º 0.71% 0.82% -
XYZ 29.12 17.39 6.38 -
YUV 105.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 210 61 62 0 0.71 0.70 0.18 359.6 0.62 0.53
Hex D2 3D 3E 0 47 46 12 168 3E 35
Octal 322 75 76 0 107 106 22 550 76 65
Binary 11010010 111101 111110 0 1000111 1000110 10010 101101000 111110 110101

Color Harmonies of #D23D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23D3E

Black with #D23D3E

Text Example


Text Example

White with #D23D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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