Html Css Color HEX #D2303A Mahogany

📋 copy color: '#D2303A'

red 210 ◦ green 48 ◦ blue 58

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

Shades of Mahogany #D2303A

Tints of Mahogany #D2303A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 66.46%
G = 15.19%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2303A (or 0xD2303A) is known color: Mahogany. HEX triplet: D2, 30 and 3A. RGB value is (210,48,58). Sum of RGB (Red+Green+Blue) = 210+48+58=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D2303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2303A is #2DCFC5. Grayscale: #616161. Windows color (decimal): -3002310 or 3813586. OLE color: 3813586.

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

Color convert

RGB 210 48 58 -
CMYK 0 0.77 0.72 0.18
HSL 356.3º 0.64% 0.51% -
HSV(B) 356.3º 0.77% 0.82% -
XYZ 28.4 16.12 5.62 -
YUV 97.58 105.67 208.19 -
System Red Green Blue C M Y K H S L
Decimal 210 48 58 0 0.77 0.72 0.18 356.3 0.64 0.51
Hex D2 30 3A 0 4D 48 12 164 40 33
Octal 322 60 72 0 115 110 22 544 100 63
Binary 11010010 110000 111010 0 1001101 1001000 10010 101100100 1000000 110011

Color Harmonies of #D2303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2303A

Black with #D2303A

Text Example


Text Example

White with #D2303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2303A; }

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

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

background-color css

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

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

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

border-color css

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

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

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