Html Css Color HEX #D72E28 Persian Red

📋 copy color: '#D72E28'

red 215 ◦ green 46 ◦ blue 40

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

Shades of Persian Red #D72E28

Tints of Persian Red #D72E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 71.43%
G = 15.28%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D72E28 (or 0xD72E28) is known color: Persian Red. HEX triplet: D7, 2E and 28. RGB value is (215,46,40). Sum of RGB (Red+Green+Blue) = 215+46+40=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72E28 is #28D1D7. Grayscale: #606060. Windows color (decimal): -2675160 or 2633431. OLE color: 2633431.

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

Color convert

RGB 215 46 40 -
CMYK 0 0.79 0.81 0.16
HSL 2.06º 0.69% 0.5% -
HSV(B) 2.06º 0.81% 0.84% -
XYZ 29.38 16.55 3.65 -
YUV 95.85 96.49 212.99 -
System Red Green Blue C M Y K H S L
Decimal 215 46 40 0 0.79 0.81 0.16 2.06 0.69 0.5
Hex D7 2E 28 0 4F 51 10 2 45 32
Octal 327 56 50 0 117 121 20 2 105 62
Binary 11010111 101110 101000 0 1001111 1010001 10000 10 1000101 110010

Color Harmonies of #D72E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E28

Black with #D72E28

Text Example


Text Example

White with #D72E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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