Html Css Color HEX #D72944 Brick Red

📋 copy color: '#D72944'

red 215 ◦ green 41 ◦ blue 68

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

Shades of Brick Red #D72944

Tints of Brick Red #D72944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.65%

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

R = 66.36%
G = 12.65%
B = 20.99%

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

#D72944 (or 0xD72944) is known color: Brick Red. HEX triplet: D7, 29 and 44. RGB value is (215,41,68). Sum of RGB (Red+Green+Blue) = 215+41+68=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D72944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72944 is #28D6BB. Grayscale: #606060. Windows color (decimal): -2676412 or 4467159. OLE color: 4467159.

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

Color convert

RGB 215 41 68 -
CMYK 0 0.81 0.68 0.16
HSL 350.69º 0.69% 0.5% -
HSV(B) 350.69º 0.81% 0.84% -
XYZ 29.86 16.45 7.07 -
YUV 96.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 215 41 68 0 0.81 0.68 0.16 350.69 0.69 0.5
Hex D7 29 44 0 51 44 10 15F 45 32
Octal 327 51 104 0 121 104 20 537 105 62
Binary 11010111 101001 1000100 0 1010001 1000100 10000 101011111 1000101 110010

Color Harmonies of #D72944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72944

Black with #D72944

Text Example


Text Example

White with #D72944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72944; }

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

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

background-color css

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

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

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

border-color css

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

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

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