Html Css Color HEX #D73244 Brick Red

📋 copy color: '#D73244'

red 215 ◦ green 50 ◦ blue 68

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

Shades of Brick Red #D73244

Tints of Brick Red #D73244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

 BLUE value IS 68 (26.95% from 255) = 20.42%

R = 64.56%
G = 15.02%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D73244 (or 0xD73244) is known color: Brick Red. HEX triplet: D7, 32 and 44. RGB value is (215,50,68). Sum of RGB (Red+Green+Blue) = 215+50+68=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D73244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73244 is #28CDBB. Grayscale: #656565. Windows color (decimal): -2674108 or 4469463. OLE color: 4469463.

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

Color convert

RGB 215 50 68 -
CMYK 0 0.77 0.68 0.16
HSL 353.45º 0.67% 0.52% -
HSV(B) 353.45º 0.77% 0.84% -
XYZ 30.21 17.15 7.19 -
YUV 101.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 215 50 68 0 0.77 0.68 0.16 353.45 0.67 0.52
Hex D7 32 44 0 4D 44 10 161 43 34
Octal 327 62 104 0 115 104 20 541 103 64
Binary 11010111 110010 1000100 0 1001101 1000100 10000 101100001 1000011 110100

Color Harmonies of #D73244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73244

Black with #D73244

Text Example


Text Example

White with #D73244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73244; }

 p { color: rgb(215,50,68); }

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

background-color css

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

 a { background-color: rgb(215,50,68); }

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

border-color css

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

 span { border-color: rgb(215,50,68); }

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