Html Css Color HEX #D72726 Persian Red

📋 copy color: '#D72726'

red 215 ◦ green 39 ◦ blue 38

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

Shades of Persian Red #D72726

Tints of Persian Red #D72726

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.36%

 BLUE value IS 38 (15.23% from 255) = 13.01%

R = 73.63%
G = 13.36%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D72726 (or 0xD72726) is known color: Persian Red. HEX triplet: D7, 27 and 26. RGB value is (215,39,38). Sum of RGB (Red+Green+Blue) = 215+39+38=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D72726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72726 is #28D8D9. Grayscale: #5B5B5B. Windows color (decimal): -2676954 or 2500567. OLE color: 2500567.

HSL color Cylindrical-coordinate representation of color #D72726: hue angle of 0.34º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72726 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 39 38 -
CMYK 0 0.82 0.82 0.16
HSL 0.34º 0.7% 0.5% -
HSV(B) 0.34º 0.82% 0.84% -
XYZ 29.1 16.04 3.4 -
YUV 91.51 97.81 216.08 -
System Red Green Blue C M Y K H S L
Decimal 215 39 38 0 0.82 0.82 0.16 0.34 0.7 0.5
Hex D7 27 26 0 52 52 10 0 46 32
Octal 327 47 46 0 122 122 20 0 106 62
Binary 11010111 100111 100110 0 1010010 1010010 10000 0 1000110 110010

Color Harmonies of #D72726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72726

Black with #D72726

Text Example


Text Example

White with #D72726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72726; }

 p { color: rgb(215,39,38); }

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

background-color css

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

 a { background-color: rgb(215,39,38); }

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

border-color css

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

 span { border-color: rgb(215,39,38); }

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