Html Css Color HEX #D73445 Brick Red

📋 copy color: '#D73445'

red 215 ◦ green 52 ◦ blue 69

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

Shades of Brick Red #D73445

Tints of Brick Red #D73445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 63.99%
G = 15.48%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D73445 (or 0xD73445) is known color: Brick Red. HEX triplet: D7, 34 and 45. RGB value is (215,52,69). Sum of RGB (Red+Green+Blue) = 215+52+69=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D73445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73445 is #28CBBA. Grayscale: #666666. Windows color (decimal): -2673595 or 4535511. OLE color: 4535511.

HSL color Cylindrical-coordinate representation of color #D73445: hue angle of 353.74º 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 #D73445 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 52 69 -
CMYK 0 0.76 0.68 0.16
HSL 353.74º 0.67% 0.52% -
HSV(B) 353.74º 0.76% 0.84% -
XYZ 30.33 17.33 7.38 -
YUV 102.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 215 52 69 0 0.76 0.68 0.16 353.74 0.67 0.52
Hex D7 34 45 0 4C 44 10 162 43 34
Octal 327 64 105 0 114 104 20 542 103 64
Binary 11010111 110100 1000101 0 1001100 1000100 10000 101100010 1000011 110100

Color Harmonies of #D73445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73445

Black with #D73445

Text Example


Text Example

White with #D73445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73445; }

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

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

background-color css

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

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

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

border-color css

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

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

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