Html Css Color HEX #D72E44 Brick Red

📋 copy color: '#D72E44'

red 215 ◦ green 46 ◦ blue 68

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

Shades of Brick Red #D72E44

Tints of Brick Red #D72E44

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.98%

 BLUE value IS 68 (26.95% from 255) = 20.67%

R = 65.35%
G = 13.98%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D72E44 (or 0xD72E44) is known color: Brick Red. HEX triplet: D7, 2E and 44. RGB value is (215,46,68). Sum of RGB (Red+Green+Blue) = 215+46+68=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72E44 is #28D1BB. Grayscale: #636363. Windows color (decimal): -2675132 or 4468439. OLE color: 4468439.

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

Color convert

RGB 215 46 68 -
CMYK 0 0.79 0.68 0.16
HSL 352.19º 0.68% 0.51% -
HSV(B) 352.19º 0.79% 0.84% -
XYZ 30.04 16.82 7.13 -
YUV 99.04 110.49 210.71 -
System Red Green Blue C M Y K H S L
Decimal 215 46 68 0 0.79 0.68 0.16 352.19 0.68 0.51
Hex D7 2E 44 0 4F 44 10 160 44 33
Octal 327 56 104 0 117 104 20 540 104 63
Binary 11010111 101110 1000100 0 1001111 1000100 10000 101100000 1000100 110011

Color Harmonies of #D72E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E44

Black with #D72E44

Text Example


Text Example

White with #D72E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E44; }

 p { color: rgb(215,46,68); }

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

background-color css

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

 a { background-color: rgb(215,46,68); }

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

border-color css

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

 span { border-color: rgb(215,46,68); }

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