Html Css Color HEX #D72844 Brick Red

📋 copy color: '#D72844'

red 215 ◦ green 40 ◦ blue 68

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

Shades of Brick Red #D72844

Tints of Brick Red #D72844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

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

R = 66.56%
G = 12.38%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D72844 (or 0xD72844) is known color: Brick Red. HEX triplet: D7, 28 and 44. RGB value is (215,40,68). Sum of RGB (Red+Green+Blue) = 215+40+68=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D72844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72844 is #28D7BB. Grayscale: #5F5F5F. Windows color (decimal): -2676668 or 4466903. OLE color: 4466903.

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

Color convert

RGB 215 40 68 -
CMYK 0 0.81 0.68 0.16
HSL 350.4º 0.69% 0.5% -
HSV(B) 350.4º 0.81% 0.84% -
XYZ 29.83 16.38 7.06 -
YUV 95.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 215 40 68 0 0.81 0.68 0.16 350.4 0.69 0.5
Hex D7 28 44 0 51 44 10 15E 45 32
Octal 327 50 104 0 121 104 20 536 105 62
Binary 11010111 101000 1000100 0 1010001 1000100 10000 101011110 1000101 110010

Color Harmonies of #D72844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72844

Black with #D72844

Text Example


Text Example

White with #D72844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72844; }

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

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

background-color css

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

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

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

border-color css

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

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

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