Html Css Color HEX #D72F42 Brick Red

📋 copy color: '#D72F42'

red 215 ◦ green 47 ◦ blue 66

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

Shades of Brick Red #D72F42

Tints of Brick Red #D72F42

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.33%

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

R = 65.55%
G = 14.33%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D72F42 (or 0xD72F42) is known color: Brick Red. HEX triplet: D7, 2F and 42. RGB value is (215,47,66). Sum of RGB (Red+Green+Blue) = 215+47+66=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72F42 is #28D0BD. Grayscale: #636363. Windows color (decimal): -2674878 or 4337623. OLE color: 4337623.

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

Color convert

RGB 215 47 66 -
CMYK 0 0.78 0.69 0.16
HSL 353.21º 0.68% 0.51% -
HSV(B) 353.21º 0.78% 0.84% -
XYZ 30.02 16.87 6.83 -
YUV 99.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 215 47 66 0 0.78 0.69 0.16 353.21 0.68 0.51
Hex D7 2F 42 0 4E 45 10 161 44 33
Octal 327 57 102 0 116 105 20 541 104 63
Binary 11010111 101111 1000010 0 1001110 1000101 10000 101100001 1000100 110011

Color Harmonies of #D72F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F42

Black with #D72F42

Text Example


Text Example

White with #D72F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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