Html Css Color HEX #D2303D Mahogany

📋 copy color: '#D2303D'

red 210 ◦ green 48 ◦ blue 61

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

Shades of Mahogany #D2303D

Tints of Mahogany #D2303D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 65.83%
G = 15.05%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2303D (or 0xD2303D) is known color: Mahogany. HEX triplet: D2, 30 and 3D. RGB value is (210,48,61). Sum of RGB (Red+Green+Blue) = 210+48+61=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2303D is #2DCFC2. Grayscale: #626262. Windows color (decimal): -3002307 or 4010194. OLE color: 4010194.

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

Color convert

RGB 210 48 61 -
CMYK 0 0.77 0.71 0.18
HSL 355.19º 0.64% 0.51% -
HSV(B) 355.19º 0.77% 0.82% -
XYZ 28.48 16.15 6.03 -
YUV 97.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 210 48 61 0 0.77 0.71 0.18 355.19 0.64 0.51
Hex D2 30 3D 0 4D 47 12 163 40 33
Octal 322 60 75 0 115 107 22 543 100 63
Binary 11010010 110000 111101 0 1001101 1000111 10010 101100011 1000000 110011

Color Harmonies of #D2303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2303D

Black with #D2303D

Text Example


Text Example

White with #D2303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2303D; }

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

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

background-color css

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

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

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

border-color css

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

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

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