Html Css Color HEX #D73243 Brick Red

📋 copy color: '#D73243'

red 215 ◦ green 50 ◦ blue 67

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

Shades of Brick Red #D73243

Tints of Brick Red #D73243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.18%

R = 64.76%
G = 15.06%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D73243 (or 0xD73243) is known color: Brick Red. HEX triplet: D7, 32 and 43. RGB value is (215,50,67). Sum of RGB (Red+Green+Blue) = 215+50+67=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D73243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73243 is #28CDBC. Grayscale: #656565. Windows color (decimal): -2674109 or 4403927. OLE color: 4403927.

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

Color convert

RGB 215 50 67 -
CMYK 0 0.77 0.69 0.16
HSL 353.82º 0.67% 0.52% -
HSV(B) 353.82º 0.77% 0.84% -
XYZ 30.18 17.13 7.03 -
YUV 101.27 108.66 209.12 -
System Red Green Blue C M Y K H S L
Decimal 215 50 67 0 0.77 0.69 0.16 353.82 0.67 0.52
Hex D7 32 43 0 4D 45 10 162 43 34
Octal 327 62 103 0 115 105 20 542 103 64
Binary 11010111 110010 1000011 0 1001101 1000101 10000 101100010 1000011 110100

Color Harmonies of #D73243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73243

Black with #D73243

Text Example


Text Example

White with #D73243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73243; }

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

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

background-color css

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

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

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

border-color css

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

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

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