Html Css Color HEX #D73946 Brick Red

📋 copy color: '#D73946'

red 215 ◦ green 57 ◦ blue 70

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

Shades of Brick Red #D73946

Tints of Brick Red #D73946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.67%

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 62.87%
G = 16.67%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D73946 (or 0xD73946) is known color: Brick Red. HEX triplet: D7, 39 and 46. RGB value is (215,57,70). Sum of RGB (Red+Green+Blue) = 215+57+70=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D73946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73946 is #28C6B9. Grayscale: #696969. Windows color (decimal): -2672314 or 4602327. OLE color: 4602327.

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

Color convert

RGB 215 57 70 -
CMYK 0 0.73 0.67 0.16
HSL 355.06º 0.66% 0.53% -
HSV(B) 355.06º 0.73% 0.84% -
XYZ 30.59 17.82 7.62 -
YUV 105.72 107.85 205.94 -
System Red Green Blue C M Y K H S L
Decimal 215 57 70 0 0.73 0.67 0.16 355.06 0.66 0.53
Hex D7 39 46 0 49 43 10 163 42 35
Octal 327 71 106 0 111 103 20 543 102 65
Binary 11010111 111001 1000110 0 1001001 1000011 10000 101100011 1000010 110101

Color Harmonies of #D73946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73946

Black with #D73946

Text Example


Text Example

White with #D73946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73946; }

 p { color: rgb(215,57,70); }

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

background-color css

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

 a { background-color: rgb(215,57,70); }

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

border-color css

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

 span { border-color: rgb(215,57,70); }

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