Html Css Color HEX #D5303C Mahogany

📋 copy color: '#D5303C'

red 213 ◦ green 48 ◦ blue 60

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

Shades of Mahogany #D5303C

Tints of Mahogany #D5303C

RGB

 RED value IS 213 (83.59% from 255) = 66.36%

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

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 66.36%
G = 14.95%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5303C (or 0xD5303C) is known color: Mahogany. HEX triplet: D5, 30 and 3C. RGB value is (213,48,60). Sum of RGB (Red+Green+Blue) = 213+48+60=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D5303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5303C is #2ACFC3. Grayscale: #626262. Windows color (decimal): -2805700 or 3944661. OLE color: 3944661.

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

Color convert

RGB 213 48 60 -
CMYK 0 0.77 0.72 0.16
HSL 355.64º 0.66% 0.51% -
HSV(B) 355.64º 0.77% 0.84% -
XYZ 29.31 16.59 5.93 -
YUV 98.7 106.16 209.52 -
System Red Green Blue C M Y K H S L
Decimal 213 48 60 0 0.77 0.72 0.16 355.64 0.66 0.51
Hex D5 30 3C 0 4D 48 10 164 42 33
Octal 325 60 74 0 115 110 20 544 102 63
Binary 11010101 110000 111100 0 1001101 1001000 10000 101100100 1000010 110011

Color Harmonies of #D5303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5303C

Black with #D5303C

Text Example


Text Example

White with #D5303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5303C; }

 p { color: rgb(213,48,60); }

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

background-color css

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

 a { background-color: rgb(213,48,60); }

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

border-color css

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

 span { border-color: rgb(213,48,60); }

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