Html Css Color HEX #D73040 Brick Red

📋 copy color: '#D73040'

red 215 ◦ green 48 ◦ blue 64

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

Shades of Brick Red #D73040

Tints of Brick Red #D73040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

 BLUE value IS 64 (25.39% from 255) = 19.57%

R = 65.75%
G = 14.68%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D73040 (or 0xD73040) is known color: Brick Red. HEX triplet: D7, 30 and 40. RGB value is (215,48,64). Sum of RGB (Red+Green+Blue) = 215+48+64=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D73040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73040 is #28CFBF. Grayscale: #636363. Windows color (decimal): -2674624 or 4206807. OLE color: 4206807.

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

Color convert

RGB 215 48 64 -
CMYK 0 0.78 0.70 0.16
HSL 354.25º 0.68% 0.52% -
HSV(B) 354.25º 0.78% 0.84% -
XYZ 30.01 16.93 6.54 -
YUV 99.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 215 48 64 0 0.78 0.70 0.16 354.25 0.68 0.52
Hex D7 30 40 0 4E 46 10 162 44 34
Octal 327 60 100 0 116 106 20 542 104 64
Binary 11010111 110000 1000000 0 1001110 1000110 10000 101100010 1000100 110100

Color Harmonies of #D73040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73040

Black with #D73040

Text Example


Text Example

White with #D73040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73040; }

 p { color: rgb(215,48,64); }

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

background-color css

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

 a { background-color: rgb(215,48,64); }

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

border-color css

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

 span { border-color: rgb(215,48,64); }

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