Html Css Color HEX #D72D42 Brick Red

📋 copy color: '#D72D42'

red 215 ◦ green 45 ◦ blue 66

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

Shades of Brick Red #D72D42

Tints of Brick Red #D72D42

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.8%

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

R = 65.95%
G = 13.8%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D72D42 (or 0xD72D42) is known color: Brick Red. HEX triplet: D7, 2D and 42. RGB value is (215,45,66). Sum of RGB (Red+Green+Blue) = 215+45+66=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72D42 is #28D2BD. Grayscale: #626262. Windows color (decimal): -2675390 or 4337111. OLE color: 4337111.

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

Color convert

RGB 215 45 66 -
CMYK 0 0.79 0.69 0.16
HSL 352.59º 0.68% 0.51% -
HSV(B) 352.59º 0.79% 0.84% -
XYZ 29.95 16.72 6.8 -
YUV 98.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 215 45 66 0 0.79 0.69 0.16 352.59 0.68 0.51
Hex D7 2D 42 0 4F 45 10 161 44 33
Octal 327 55 102 0 117 105 20 541 104 63
Binary 11010111 101101 1000010 0 1001111 1000101 10000 101100001 1000100 110011

Color Harmonies of #D72D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D42

Black with #D72D42

Text Example


Text Example

White with #D72D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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