Html Css Color HEX #D73443 Brick Red

📋 copy color: '#D73443'

red 215 ◦ green 52 ◦ blue 67

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

Shades of Brick Red #D73443

Tints of Brick Red #D73443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.06%

R = 64.37%
G = 15.57%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D73443 (or 0xD73443) is known color: Brick Red. HEX triplet: D7, 34 and 43. RGB value is (215,52,67). Sum of RGB (Red+Green+Blue) = 215+52+67=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D73443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73443 is #28CBBC. Grayscale: #666666. Windows color (decimal): -2673597 or 4404439. OLE color: 4404439.

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

Color convert

RGB 215 52 67 -
CMYK 0 0.76 0.69 0.16
HSL 354.48º 0.67% 0.52% -
HSV(B) 354.48º 0.76% 0.84% -
XYZ 30.27 17.31 7.06 -
YUV 102.45 108 208.28 -
System Red Green Blue C M Y K H S L
Decimal 215 52 67 0 0.76 0.69 0.16 354.48 0.67 0.52
Hex D7 34 43 0 4C 45 10 162 43 34
Octal 327 64 103 0 114 105 20 542 103 64
Binary 11010111 110100 1000011 0 1001100 1000101 10000 101100010 1000011 110100

Color Harmonies of #D73443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73443

Black with #D73443

Text Example


Text Example

White with #D73443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73443; }

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

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

background-color css

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

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

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

border-color css

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

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

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