Html Css Color HEX #D73143 Brick Red

📋 copy color: '#D73143'

red 215 ◦ green 49 ◦ blue 67

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

Shades of Brick Red #D73143

Tints of Brick Red #D73143

RGB

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

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

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

R = 64.95%
G = 14.8%
B = 20.24%

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

#D73143 (or 0xD73143) is known color: Brick Red. HEX triplet: D7, 31 and 43. RGB value is (215,49,67). Sum of RGB (Red+Green+Blue) = 215+49+67=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D73143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73143 is #28CEBC. Grayscale: #646464. Windows color (decimal): -2674365 or 4403671. OLE color: 4403671.

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

Color convert

RGB 215 49 67 -
CMYK 0 0.77 0.69 0.16
HSL 353.49º 0.67% 0.52% -
HSV(B) 353.49º 0.77% 0.84% -
XYZ 30.14 17.05 7.01 -
YUV 100.69 109 209.54 -
System Red Green Blue C M Y K H S L
Decimal 215 49 67 0 0.77 0.69 0.16 353.49 0.67 0.52
Hex D7 31 43 0 4D 45 10 161 43 34
Octal 327 61 103 0 115 105 20 541 103 64
Binary 11010111 110001 1000011 0 1001101 1000101 10000 101100001 1000011 110100

Color Harmonies of #D73143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73143

Black with #D73143

Text Example


Text Example

White with #D73143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73143; }

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

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

background-color css

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

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

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

border-color css

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

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

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