Html Css Color HEX #D73745 Brick Red

📋 copy color: '#D73745'

red 215 ◦ green 55 ◦ blue 69

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

Shades of Brick Red #D73745

Tints of Brick Red #D73745

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.22%

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 63.42%
G = 16.22%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D73745 (or 0xD73745) is known color: Brick Red. HEX triplet: D7, 37 and 45. RGB value is (215,55,69). Sum of RGB (Red+Green+Blue) = 215+55+69=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D73745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73745 is #28C8BA. Grayscale: #686868. Windows color (decimal): -2672827 or 4536279. OLE color: 4536279.

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

Color convert

RGB 215 55 69 -
CMYK 0 0.74 0.68 0.16
HSL 354.75º 0.67% 0.53% -
HSV(B) 354.75º 0.74% 0.84% -
XYZ 30.46 17.61 7.42 -
YUV 104.44 108.01 206.86 -
System Red Green Blue C M Y K H S L
Decimal 215 55 69 0 0.74 0.68 0.16 354.75 0.67 0.53
Hex D7 37 45 0 4A 44 10 163 43 35
Octal 327 67 105 0 112 104 20 543 103 65
Binary 11010111 110111 1000101 0 1001010 1000100 10000 101100011 1000011 110101

Color Harmonies of #D73745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73745

Black with #D73745

Text Example


Text Example

White with #D73745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73745; }

 p { color: rgb(215,55,69); }

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

background-color css

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

 a { background-color: rgb(215,55,69); }

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

border-color css

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

 span { border-color: rgb(215,55,69); }

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