Html Css Color HEX #D73045 Brick Red

📋 copy color: '#D73045'

red 215 ◦ green 48 ◦ blue 69

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

Shades of Brick Red #D73045

Tints of Brick Red #D73045

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.46%

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

R = 64.76%
G = 14.46%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D73045 (or 0xD73045) is known color: Brick Red. HEX triplet: D7, 30 and 45. RGB value is (215,48,69). Sum of RGB (Red+Green+Blue) = 215+48+69=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D73045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73045 is #28CFBA. Grayscale: #646464. Windows color (decimal): -2674619 or 4534487. OLE color: 4534487.

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

Color convert

RGB 215 48 69 -
CMYK 0 0.78 0.68 0.16
HSL 352.46º 0.68% 0.52% -
HSV(B) 352.46º 0.78% 0.84% -
XYZ 30.16 16.99 7.32 -
YUV 100.33 110.33 209.79 -
System Red Green Blue C M Y K H S L
Decimal 215 48 69 0 0.78 0.68 0.16 352.46 0.68 0.52
Hex D7 30 45 0 4E 44 10 160 44 34
Octal 327 60 105 0 116 104 20 540 104 64
Binary 11010111 110000 1000101 0 1001110 1000100 10000 101100000 1000100 110100

Color Harmonies of #D73045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73045

Black with #D73045

Text Example


Text Example

White with #D73045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73045; }

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

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

background-color css

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

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

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

border-color css

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

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

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