Html Css Color HEX #D72621 Persian Red

📋 copy color: '#D72621'

red 215 ◦ green 38 ◦ blue 33

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

Shades of Persian Red #D72621

Tints of Persian Red #D72621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.29%

 BLUE value IS 33 (13.28% from 255) = 11.54%

R = 75.17%
G = 13.29%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D72621 (or 0xD72621) is known color: Persian Red. HEX triplet: D7, 26 and 21. RGB value is (215,38,33). Sum of RGB (Red+Green+Blue) = 215+38+33=286 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.17% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 215 - color contains mainly: red. Hex color #D72621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72621 is #28D9DE. Grayscale: #5A5A5A. Windows color (decimal): -2677215 or 2172631. OLE color: 2172631.

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

Color convert

RGB 215 38 33 -
CMYK 0 0.82 0.85 0.16
HSL 1.65º 0.73% 0.49% -
HSV(B) 1.65º 0.85% 0.84% -
XYZ 28.99 15.94 2.99 -
YUV 90.35 95.64 216.91 -
System Red Green Blue C M Y K H S L
Decimal 215 38 33 0 0.82 0.85 0.16 1.65 0.73 0.49
Hex D7 26 21 0 52 55 10 2 49 31
Octal 327 46 41 0 122 125 20 2 111 61
Binary 11010111 100110 100001 0 1010010 1010101 10000 10 1001001 110001

Color Harmonies of #D72621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72621

Black with #D72621

Text Example


Text Example

White with #D72621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72621; }

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

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

background-color css

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

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

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

border-color css

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

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

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