Html Css Color HEX #D73C48 Brick Red

📋 copy color: '#D73C48'

red 215 ◦ green 60 ◦ blue 72

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

Shades of Brick Red #D73C48

Tints of Brick Red #D73C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

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

R = 61.96%
G = 17.29%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D73C48 (or 0xD73C48) is known color: Brick Red. HEX triplet: D7, 3C and 48. RGB value is (215,60,72). Sum of RGB (Red+Green+Blue) = 215+60+72=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C48 is #28C3B7. Grayscale: #6B6B6B. Windows color (decimal): -2671544 or 4734167. OLE color: 4734167.

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

Color convert

RGB 215 60 72 -
CMYK 0 0.72 0.67 0.16
HSL 355.35º 0.66% 0.54% -
HSV(B) 355.35º 0.72% 0.84% -
XYZ 30.81 18.15 8.01 -
YUV 107.71 107.85 204.52 -
System Red Green Blue C M Y K H S L
Decimal 215 60 72 0 0.72 0.67 0.16 355.35 0.66 0.54
Hex D7 3C 48 0 48 43 10 163 42 36
Octal 327 74 110 0 110 103 20 543 102 66
Binary 11010111 111100 1001000 0 1001000 1000011 10000 101100011 1000010 110110

Color Harmonies of #D73C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C48

Black with #D73C48

Text Example


Text Example

White with #D73C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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