Html Css Color HEX #D6303B Mahogany

📋 copy color: '#D6303B'

red 214 ◦ green 48 ◦ blue 59

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

Shades of Mahogany #D6303B

Tints of Mahogany #D6303B

RGB

 RED value IS 214 (83.98% from 255) = 66.67%

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

 BLUE value IS 59 (23.44% from 255) = 18.38%

R = 66.67%
G = 14.95%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6303B (or 0xD6303B) is known color: Mahogany. HEX triplet: D6, 30 and 3B. RGB value is (214,48,59). Sum of RGB (Red+Green+Blue) = 214+48+59=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D6303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6303B is #29CFC4. Grayscale: #636363. Windows color (decimal): -2740165 or 3879126. OLE color: 3879126.

HSL color Cylindrical-coordinate representation of color #D6303B: hue angle of 356.02º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6303B is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 48 59 -
CMYK 0 0.78 0.72 0.16
HSL 356.02º 0.67% 0.51% -
HSV(B) 356.02º 0.78% 0.84% -
XYZ 29.58 16.73 5.81 -
YUV 98.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 214 48 59 0 0.78 0.72 0.16 356.02 0.67 0.51
Hex D6 30 3B 0 4E 48 10 164 43 33
Octal 326 60 73 0 116 110 20 544 103 63
Binary 11010110 110000 111011 0 1001110 1001000 10000 101100100 1000011 110011

Color Harmonies of #D6303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6303B

Black with #D6303B

Text Example


Text Example

White with #D6303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6303B; }

 p { color: rgb(214,48,59); }

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

background-color css

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

 a { background-color: rgb(214,48,59); }

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

border-color css

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

 span { border-color: rgb(214,48,59); }

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