Html Css Color HEX #D73748 Brick Red

📋 copy color: '#D73748'

red 215 ◦ green 55 ◦ blue 72

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

Shades of Brick Red #D73748

Tints of Brick Red #D73748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.08%

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

R = 62.87%
G = 16.08%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D73748 (or 0xD73748) is known color: Brick Red. HEX triplet: D7, 37 and 48. RGB value is (215,55,72). Sum of RGB (Red+Green+Blue) = 215+55+72=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D73748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73748 is #28C8B7. Grayscale: #686868. Windows color (decimal): -2672824 or 4732887. OLE color: 4732887.

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

Color convert

RGB 215 55 72 -
CMYK 0 0.74 0.67 0.16
HSL 353.63º 0.67% 0.53% -
HSV(B) 353.63º 0.74% 0.84% -
XYZ 30.56 17.65 7.93 -
YUV 104.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 215 55 72 0 0.74 0.67 0.16 353.63 0.67 0.53
Hex D7 37 48 0 4A 43 10 162 43 35
Octal 327 67 110 0 112 103 20 542 103 65
Binary 11010111 110111 1001000 0 1001010 1000011 10000 101100010 1000011 110101

Color Harmonies of #D73748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73748

Black with #D73748

Text Example


Text Example

White with #D73748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73748; }

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

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

background-color css

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

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

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

border-color css

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

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

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