Html Css Color HEX #D73B49 Brick Red

📋 copy color: '#D73B49'

red 215 ◦ green 59 ◦ blue 73

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

Shades of Brick Red #D73B49

Tints of Brick Red #D73B49

RGB

 RED value IS 215 (84.38% from 255) = 61.96%

 GREEN value IS 59 (23.44% from 255) = 17%

 BLUE value IS 73 (28.91% from 255) = 21.04%

R = 61.96%
G = 17%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D73B49 (or 0xD73B49) is known color: Brick Red. HEX triplet: D7, 3B and 49. RGB value is (215,59,73). Sum of RGB (Red+Green+Blue) = 215+59+73=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73B49 is #28C4B6. Grayscale: #6B6B6B. Windows color (decimal): -2671799 or 4799447. OLE color: 4799447.

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

Color convert

RGB 215 59 73 -
CMYK 0 0.73 0.66 0.16
HSL 354.62º 0.66% 0.54% -
HSV(B) 354.62º 0.73% 0.84% -
XYZ 30.79 18.06 8.17 -
YUV 107.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 215 59 73 0 0.73 0.66 0.16 354.62 0.66 0.54
Hex D7 3B 49 0 49 42 10 163 42 36
Octal 327 73 111 0 111 102 20 543 102 66
Binary 11010111 111011 1001001 0 1001001 1000010 10000 101100011 1000010 110110

Color Harmonies of #D73B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73B49

Black with #D73B49

Text Example


Text Example

White with #D73B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73B49; }

 p { color: rgb(215,59,73); }

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

background-color css

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

 a { background-color: rgb(215,59,73); }

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

border-color css

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

 span { border-color: rgb(215,59,73); }

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