Html Css Color HEX #D72C42 Brick Red

📋 copy color: '#D72C42'

red 215 ◦ green 44 ◦ blue 66

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

Shades of Brick Red #D72C42

Tints of Brick Red #D72C42

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.54%

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 66.15%
G = 13.54%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D72C42 (or 0xD72C42) is known color: Brick Red. HEX triplet: D7, 2C and 42. RGB value is (215,44,66). Sum of RGB (Red+Green+Blue) = 215+44+66=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72C42 is #28D3BD. Grayscale: #616161. Windows color (decimal): -2675646 or 4336855. OLE color: 4336855.

HSL color Cylindrical-coordinate representation of color #D72C42: hue angle of 352.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 #D72C42 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 44 66 -
CMYK 0 0.80 0.69 0.16
HSL 352.28º 0.68% 0.51% -
HSV(B) 352.28º 0.8% 0.84% -
XYZ 29.91 16.64 6.79 -
YUV 97.64 110.15 211.71 -
System Red Green Blue C M Y K H S L
Decimal 215 44 66 0 0.80 0.69 0.16 352.28 0.68 0.51
Hex D7 2C 42 0 50 45 10 160 44 33
Octal 327 54 102 0 120 105 20 540 104 63
Binary 11010111 101100 1000010 0 1010000 1000101 10000 101100000 1000100 110011

Color Harmonies of #D72C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C42

Black with #D72C42

Text Example


Text Example

White with #D72C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C42; }

 p { color: rgb(215,44,66); }

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

background-color css

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

 a { background-color: rgb(215,44,66); }

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

border-color css

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

 span { border-color: rgb(215,44,66); }

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