Html Css Color HEX #D72942 Brick Red

📋 copy color: '#D72942'

red 215 ◦ green 41 ◦ blue 66

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

Shades of Brick Red #D72942

Tints of Brick Red #D72942

RGB

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

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

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

R = 66.77%
G = 12.73%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D72942 (or 0xD72942) is known color: Brick Red. HEX triplet: D7, 29 and 42. RGB value is (215,41,66). Sum of RGB (Red+Green+Blue) = 215+41+66=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D72942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72942 is #28D6BD. Grayscale: #5F5F5F. Windows color (decimal): -2676414 or 4336087. OLE color: 4336087.

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

Color convert

RGB 215 41 66 -
CMYK 0 0.81 0.69 0.16
HSL 351.38º 0.69% 0.5% -
HSV(B) 351.38º 0.81% 0.84% -
XYZ 29.8 16.43 6.75 -
YUV 95.88 111.15 212.97 -
System Red Green Blue C M Y K H S L
Decimal 215 41 66 0 0.81 0.69 0.16 351.38 0.69 0.5
Hex D7 29 42 0 51 45 10 15F 45 32
Octal 327 51 102 0 121 105 20 537 105 62
Binary 11010111 101001 1000010 0 1010001 1000101 10000 101011111 1000101 110010

Color Harmonies of #D72942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72942

Black with #D72942

Text Example


Text Example

White with #D72942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72942; }

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

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

background-color css

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

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

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

border-color css

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

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

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