Html Css Color HEX #D72D28 Persian Red

📋 copy color: '#D72D28'

red 215 ◦ green 45 ◦ blue 40

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

Shades of Persian Red #D72D28

Tints of Persian Red #D72D28

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15%

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

R = 71.67%
G = 15%
B = 13.33%

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

#D72D28 (or 0xD72D28) is known color: Persian Red. HEX triplet: D7, 2D and 28. RGB value is (215,45,40). Sum of RGB (Red+Green+Blue) = 215+45+40=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72D28 is #28D2D7. Grayscale: #5F5F5F. Windows color (decimal): -2675416 or 2633175. OLE color: 2633175.

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

Color convert

RGB 215 45 40 -
CMYK 0 0.79 0.81 0.16
HSL 1.71º 0.69% 0.5% -
HSV(B) 1.71º 0.81% 0.84% -
XYZ 29.35 16.48 3.64 -
YUV 95.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 215 45 40 0 0.79 0.81 0.16 1.71 0.69 0.5
Hex D7 2D 28 0 4F 51 10 2 45 32
Octal 327 55 50 0 117 121 20 2 105 62
Binary 11010111 101101 101000 0 1001111 1010001 10000 10 1000101 110010

Color Harmonies of #D72D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D28

Black with #D72D28

Text Example


Text Example

White with #D72D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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