Html Css Color HEX #D73C47 Brick Red

📋 copy color: '#D73C47'

red 215 ◦ green 60 ◦ blue 71

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

Shades of Brick Red #D73C47

Tints of Brick Red #D73C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.34%

 BLUE value IS 71 (28.13% from 255) = 20.52%

R = 62.14%
G = 17.34%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D73C47 (or 0xD73C47) is known color: Brick Red. HEX triplet: D7, 3C and 47. RGB value is (215,60,71). Sum of RGB (Red+Green+Blue) = 215+60+71=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C47 is #28C3B8. Grayscale: #6B6B6B. Windows color (decimal): -2671545 or 4668631. OLE color: 4668631.

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

Color convert

RGB 215 60 71 -
CMYK 0 0.72 0.67 0.16
HSL 355.74º 0.66% 0.54% -
HSV(B) 355.74º 0.72% 0.84% -
XYZ 30.78 18.13 7.84 -
YUV 107.6 107.35 204.61 -
System Red Green Blue C M Y K H S L
Decimal 215 60 71 0 0.72 0.67 0.16 355.74 0.66 0.54
Hex D7 3C 47 0 48 43 10 164 42 36
Octal 327 74 107 0 110 103 20 544 102 66
Binary 11010111 111100 1000111 0 1001000 1000011 10000 101100100 1000010 110110

Color Harmonies of #D73C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C47

Black with #D73C47

Text Example


Text Example

White with #D73C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C47; }

 p { color: rgb(215,60,71); }

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

background-color css

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

 a { background-color: rgb(215,60,71); }

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

border-color css

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

 span { border-color: rgb(215,60,71); }

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