Html Css Color HEX #D72C41 Brick Red

📋 copy color: '#D72C41'

red 215 ◦ green 44 ◦ blue 65

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

Shades of Brick Red #D72C41

Tints of Brick Red #D72C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.06%

R = 66.36%
G = 13.58%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D72C41 (or 0xD72C41) is known color: Brick Red. HEX triplet: D7, 2C and 41. RGB value is (215,44,65). Sum of RGB (Red+Green+Blue) = 215+44+65=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72C41 is #28D3BE. Grayscale: #616161. Windows color (decimal): -2675647 or 4271319. OLE color: 4271319.

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

Color convert

RGB 215 44 65 -
CMYK 0 0.80 0.70 0.16
HSL 352.63º 0.68% 0.51% -
HSV(B) 352.63º 0.8% 0.84% -
XYZ 29.88 16.63 6.64 -
YUV 97.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 215 44 65 0 0.80 0.70 0.16 352.63 0.68 0.51
Hex D7 2C 41 0 50 46 10 161 44 33
Octal 327 54 101 0 120 106 20 541 104 63
Binary 11010111 101100 1000001 0 1010000 1000110 10000 101100001 1000100 110011

Color Harmonies of #D72C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C41

Black with #D72C41

Text Example


Text Example

White with #D72C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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