Html Css Color HEX #D73447 Brick Red

📋 copy color: '#D73447'

red 215 ◦ green 52 ◦ blue 71

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

Shades of Brick Red #D73447

Tints of Brick Red #D73447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.38%

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

R = 63.61%
G = 15.38%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D73447 (or 0xD73447) is known color: Brick Red. HEX triplet: D7, 34 and 47. RGB value is (215,52,71). Sum of RGB (Red+Green+Blue) = 215+52+71=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D73447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73447 is #28CBB8. Grayscale: #666666. Windows color (decimal): -2673593 or 4666583. OLE color: 4666583.

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

Color convert

RGB 215 52 71 -
CMYK 0 0.76 0.67 0.16
HSL 353.01º 0.67% 0.52% -
HSV(B) 353.01º 0.76% 0.84% -
XYZ 30.39 17.36 7.71 -
YUV 102.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 215 52 71 0 0.76 0.67 0.16 353.01 0.67 0.52
Hex D7 34 47 0 4C 43 10 161 43 34
Octal 327 64 107 0 114 103 20 541 103 64
Binary 11010111 110100 1000111 0 1001100 1000011 10000 101100001 1000011 110100

Color Harmonies of #D73447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73447

Black with #D73447

Text Example


Text Example

White with #D73447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73447; }

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

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

background-color css

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

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

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

border-color css

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

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

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