Html Css Color HEX #D73141 Brick Red

📋 copy color: '#D73141'

red 215 ◦ green 49 ◦ blue 65

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

Shades of Brick Red #D73141

Tints of Brick Red #D73141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 65.35%
G = 14.89%
B = 19.76%

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

#D73141 (or 0xD73141) is known color: Brick Red. HEX triplet: D7, 31 and 41. RGB value is (215,49,65). Sum of RGB (Red+Green+Blue) = 215+49+65=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D73141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73141 is #28CEBE. Grayscale: #646464. Windows color (decimal): -2674367 or 4272599. OLE color: 4272599.

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

Color convert

RGB 215 49 65 -
CMYK 0 0.77 0.70 0.16
HSL 354.22º 0.67% 0.52% -
HSV(B) 354.22º 0.77% 0.84% -
XYZ 30.08 17.03 6.7 -
YUV 100.46 108 209.7 -
System Red Green Blue C M Y K H S L
Decimal 215 49 65 0 0.77 0.70 0.16 354.22 0.67 0.52
Hex D7 31 41 0 4D 46 10 162 43 34
Octal 327 61 101 0 115 106 20 542 103 64
Binary 11010111 110001 1000001 0 1001101 1000110 10000 101100010 1000011 110100

Color Harmonies of #D73141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73141

Black with #D73141

Text Example


Text Example

White with #D73141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73141; }

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

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

background-color css

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

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

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

border-color css

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

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

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