Html Css Color HEX #D72B44 Brick Red

📋 copy color: '#D72B44'

red 215 ◦ green 43 ◦ blue 68

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

Shades of Brick Red #D72B44

Tints of Brick Red #D72B44

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.19%

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

R = 65.95%
G = 13.19%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D72B44 (or 0xD72B44) is known color: Brick Red. HEX triplet: D7, 2B and 44. RGB value is (215,43,68). Sum of RGB (Red+Green+Blue) = 215+43+68=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72B44 is #28D4BB. Grayscale: #616161. Windows color (decimal): -2675900 or 4467671. OLE color: 4467671.

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

Color convert

RGB 215 43 68 -
CMYK 0 0.8 0.68 0.16
HSL 351.28º 0.68% 0.51% -
HSV(B) 351.28º 0.8% 0.84% -
XYZ 29.93 16.59 7.09 -
YUV 97.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 215 43 68 0 0.8 0.68 0.16 351.28 0.68 0.51
Hex D7 2B 44 0 50 44 10 15F 44 33
Octal 327 53 104 0 120 104 20 537 104 63
Binary 11010111 101011 1000100 0 1010000 1000100 10000 101011111 1000100 110011

Color Harmonies of #D72B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72B44

Black with #D72B44

Text Example


Text Example

White with #D72B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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