Html Css Color HEX #D23B3E Mahogany

📋 copy color: '#D23B3E'

red 210 ◦ green 59 ◦ blue 62

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

Shades of Mahogany #D23B3E

Tints of Mahogany #D23B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.82%

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

R = 63.44%
G = 17.82%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D23B3E (or 0xD23B3E) is known color: Mahogany. HEX triplet: D2, 3B and 3E. RGB value is (210,59,62). Sum of RGB (Red+Green+Blue) = 210+59+62=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23B3E is #2DC4C1. Grayscale: #686868. Windows color (decimal): -2999490 or 4078546. OLE color: 4078546.

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

Color convert

RGB 210 59 62 -
CMYK 0 0.72 0.70 0.18
HSL 358.81º 0.63% 0.53% -
HSV(B) 358.81º 0.72% 0.82% -
XYZ 29.01 17.18 6.34 -
YUV 104.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 210 59 62 0 0.72 0.70 0.18 358.81 0.63 0.53
Hex D2 3B 3E 0 48 46 12 167 3F 35
Octal 322 73 76 0 110 106 22 547 77 65
Binary 11010010 111011 111110 0 1001000 1000110 10010 101100111 111111 110101

Color Harmonies of #D23B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23B3E

Black with #D23B3E

Text Example


Text Example

White with #D23B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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