Html Css Color HEX #D72A26 Persian Red

📋 copy color: '#D72A26'

red 215 ◦ green 42 ◦ blue 38

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

Shades of Persian Red #D72A26

Tints of Persian Red #D72A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.24%

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

R = 72.88%
G = 14.24%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D72A26 (or 0xD72A26) is known color: Persian Red. HEX triplet: D7, 2A and 26. RGB value is (215,42,38). Sum of RGB (Red+Green+Blue) = 215+42+38=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A26 is #28D5D9. Grayscale: #5D5D5D. Windows color (decimal): -2676186 or 2501335. OLE color: 2501335.

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

Color convert

RGB 215 42 38 -
CMYK 0 0.80 0.82 0.16
HSL 1.36º 0.7% 0.5% -
HSV(B) 1.36º 0.82% 0.84% -
XYZ 29.2 16.24 3.43 -
YUV 93.27 96.81 214.83 -
System Red Green Blue C M Y K H S L
Decimal 215 42 38 0 0.80 0.82 0.16 1.36 0.7 0.5
Hex D7 2A 26 0 50 52 10 1 46 32
Octal 327 52 46 0 120 122 20 1 106 62
Binary 11010111 101010 100110 0 1010000 1010010 10000 1 1000110 110010

Color Harmonies of #D72A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A26

Black with #D72A26

Text Example


Text Example

White with #D72A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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