Html Css Color HEX #D73140 Brick Red

📋 copy color: '#D73140'

red 215 ◦ green 49 ◦ blue 64

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

Shades of Brick Red #D73140

Tints of Brick Red #D73140

RGB

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

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

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

R = 65.55%
G = 14.94%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D73140 (or 0xD73140) is known color: Brick Red. HEX triplet: D7, 31 and 40. RGB value is (215,49,64). Sum of RGB (Red+Green+Blue) = 215+49+64=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D73140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73140 is #28CEBF. Grayscale: #646464. Windows color (decimal): -2674368 or 4207063. OLE color: 4207063.

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

Color convert

RGB 215 49 64 -
CMYK 0 0.77 0.70 0.16
HSL 354.58º 0.67% 0.52% -
HSV(B) 354.58º 0.77% 0.84% -
XYZ 30.05 17.01 6.55 -
YUV 100.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 215 49 64 0 0.77 0.70 0.16 354.58 0.67 0.52
Hex D7 31 40 0 4D 46 10 163 43 34
Octal 327 61 100 0 115 106 20 543 103 64
Binary 11010111 110001 1000000 0 1001101 1000110 10000 101100011 1000011 110100

Color Harmonies of #D73140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73140

Black with #D73140

Text Example


Text Example

White with #D73140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73140; }

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

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

background-color css

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

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

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

border-color css

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

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

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