Html Css Color HEX #D72A45 Brick Red

📋 copy color: '#D72A45'

red 215 ◦ green 42 ◦ blue 69

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

Shades of Brick Red #D72A45

Tints of Brick Red #D72A45

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.88%

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

R = 65.95%
G = 12.88%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D72A45 (or 0xD72A45) is known color: Brick Red. HEX triplet: D7, 2A and 45. RGB value is (215,42,69). Sum of RGB (Red+Green+Blue) = 215+42+69=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A45 is #28D5BA. Grayscale: #606060. Windows color (decimal): -2676155 or 4532951. OLE color: 4532951.

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

Color convert

RGB 215 42 69 -
CMYK 0 0.80 0.68 0.16
HSL 350.64º 0.68% 0.5% -
HSV(B) 350.64º 0.8% 0.84% -
XYZ 29.93 16.53 7.24 -
YUV 96.81 112.31 212.3 -
System Red Green Blue C M Y K H S L
Decimal 215 42 69 0 0.80 0.68 0.16 350.64 0.68 0.5
Hex D7 2A 45 0 50 44 10 15F 44 32
Octal 327 52 105 0 120 104 20 537 104 62
Binary 11010111 101010 1000101 0 1010000 1000100 10000 101011111 1000100 110010

Color Harmonies of #D72A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A45

Black with #D72A45

Text Example


Text Example

White with #D72A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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