Html Css Color HEX #D73146 Brick Red

📋 copy color: '#D73146'

red 215 ◦ green 49 ◦ blue 70

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

Shades of Brick Red #D73146

Tints of Brick Red #D73146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 64.37%
G = 14.67%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D73146 (or 0xD73146) is known color: Brick Red. HEX triplet: D7, 31 and 46. RGB value is (215,49,70). Sum of RGB (Red+Green+Blue) = 215+49+70=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D73146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73146 is #28CEB9. Grayscale: #656565. Windows color (decimal): -2674362 or 4600279. OLE color: 4600279.

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

Color convert

RGB 215 49 70 -
CMYK 0 0.77 0.67 0.16
HSL 352.41º 0.67% 0.52% -
HSV(B) 352.41º 0.77% 0.84% -
XYZ 30.23 17.09 7.5 -
YUV 101.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 215 49 70 0 0.77 0.67 0.16 352.41 0.67 0.52
Hex D7 31 46 0 4D 43 10 160 43 34
Octal 327 61 106 0 115 103 20 540 103 64
Binary 11010111 110001 1000110 0 1001101 1000011 10000 101100000 1000011 110100

Color Harmonies of #D73146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73146

Black with #D73146

Text Example


Text Example

White with #D73146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73146; }

 p { color: rgb(215,49,70); }

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

background-color css

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

 a { background-color: rgb(215,49,70); }

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

border-color css

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

 span { border-color: rgb(215,49,70); }

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