Html Css Color HEX #D72923 Persian Red

📋 copy color: '#D72923'

red 215 ◦ green 41 ◦ blue 35

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

Shades of Persian Red #D72923

Tints of Persian Red #D72923

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.09%

 BLUE value IS 35 (14.06% from 255) = 12.03%

R = 73.88%
G = 14.09%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D72923 (or 0xD72923) is known color: Persian Red. HEX triplet: D7, 29 and 23. RGB value is (215,41,35). Sum of RGB (Red+Green+Blue) = 215+41+35=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D72923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72923 is #28D6DC. Grayscale: #5C5C5C. Windows color (decimal): -2676445 or 2304471. OLE color: 2304471.

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

Color convert

RGB 215 41 35 -
CMYK 0 0.81 0.84 0.16
HSL 0.72% 0.49% -
HSV(B) 0.84% 0.84% -
XYZ 29.12 16.15 3.17 -
YUV 92.34 95.65 215.49 -
System Red Green Blue C M Y K H S L
Decimal 215 41 35 0 0.81 0.84 0.16 2 0.72 0.49
Hex D7 29 23 0 51 54 10 2 48 31
Octal 327 51 43 0 121 124 20 2 110 61
Binary 11010111 101001 100011 0 1010001 1010100 10000 10 1001000 110001

Color Harmonies of #D72923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72923

Black with #D72923

Text Example


Text Example

White with #D72923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72923; }

 p { color: rgb(215,41,35); }

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

background-color css

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

 a { background-color: rgb(215,41,35); }

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

border-color css

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

 span { border-color: rgb(215,41,35); }

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