Html Css Color HEX #D73648 Brick Red

📋 copy color: '#D73648'

red 215 ◦ green 54 ◦ blue 72

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

Shades of Brick Red #D73648

Tints of Brick Red #D73648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.84%

 BLUE value IS 72 (28.52% from 255) = 21.11%

R = 63.05%
G = 15.84%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D73648 (or 0xD73648) is known color: Brick Red. HEX triplet: D7, 36 and 48. RGB value is (215,54,72). Sum of RGB (Red+Green+Blue) = 215+54+72=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D73648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73648 is #28C9B7. Grayscale: #686868. Windows color (decimal): -2673080 or 4732631. OLE color: 4732631.

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

Color convert

RGB 215 54 72 -
CMYK 0 0.75 0.67 0.16
HSL 353.29º 0.67% 0.53% -
HSV(B) 353.29º 0.75% 0.84% -
XYZ 30.51 17.55 7.91 -
YUV 104.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 215 54 72 0 0.75 0.67 0.16 353.29 0.67 0.53
Hex D7 36 48 0 4B 43 10 161 43 35
Octal 327 66 110 0 113 103 20 541 103 65
Binary 11010111 110110 1001000 0 1001011 1000011 10000 101100001 1000011 110101

Color Harmonies of #D73648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73648

Black with #D73648

Text Example


Text Example

White with #D73648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73648; }

 p { color: rgb(215,54,72); }

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

background-color css

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

 a { background-color: rgb(215,54,72); }

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

border-color css

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

 span { border-color: rgb(215,54,72); }

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