Html Css Color HEX #D23035 Mahogany

📋 copy color: '#D23035'

red 210 ◦ green 48 ◦ blue 53

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

Shades of Mahogany #D23035

Tints of Mahogany #D23035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

 BLUE value IS 53 (21.09% from 255) = 17.04%

R = 67.52%
G = 15.43%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D23035 (or 0xD23035) is known color: Mahogany. HEX triplet: D2, 30 and 35. RGB value is (210,48,53). Sum of RGB (Red+Green+Blue) = 210+48+53=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D23035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23035 is #2DCFCA. Grayscale: #616161. Windows color (decimal): -3002315 or 3485906. OLE color: 3485906.

HSL color Cylindrical-coordinate representation of color #D23035: hue angle of 358.15º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23035 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 48 53 -
CMYK 0 0.77 0.75 0.18
HSL 358.15º 0.64% 0.51% -
HSV(B) 358.15º 0.77% 0.82% -
XYZ 28.28 16.07 4.98 -
YUV 97.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 210 48 53 0 0.77 0.75 0.18 358.15 0.64 0.51
Hex D2 30 35 0 4D 4B 12 166 40 33
Octal 322 60 65 0 115 113 22 546 100 63
Binary 11010010 110000 110101 0 1001101 1001011 10010 101100110 1000000 110011

Color Harmonies of #D23035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23035

Black with #D23035

Text Example


Text Example

White with #D23035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23035; }

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

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

background-color css

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

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

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

border-color css

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

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

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