Html Css Color HEX #D73145 Brick Red

📋 copy color: '#D73145'

red 215 ◦ green 49 ◦ blue 69

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

Shades of Brick Red #D73145

Tints of Brick Red #D73145

RGB

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

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

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

R = 64.56%
G = 14.71%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D73145 (or 0xD73145) is known color: Brick Red. HEX triplet: D7, 31 and 45. RGB value is (215,49,69). Sum of RGB (Red+Green+Blue) = 215+49+69=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D73145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73145 is #28CEBA. Grayscale: #656565. Windows color (decimal): -2674363 or 4534743. OLE color: 4534743.

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

Color convert

RGB 215 49 69 -
CMYK 0 0.77 0.68 0.16
HSL 352.77º 0.67% 0.52% -
HSV(B) 352.77º 0.77% 0.84% -
XYZ 30.2 17.07 7.33 -
YUV 100.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 215 49 69 0 0.77 0.68 0.16 352.77 0.67 0.52
Hex D7 31 45 0 4D 44 10 161 43 34
Octal 327 61 105 0 115 104 20 541 103 64
Binary 11010111 110001 1000101 0 1001101 1000100 10000 101100001 1000011 110100

Color Harmonies of #D73145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73145

Black with #D73145

Text Example


Text Example

White with #D73145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73145; }

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

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

background-color css

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

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

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

border-color css

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

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

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