Html Css Color HEX #D73623 Persian Red

📋 copy color: '#D73623'

red 215 ◦ green 54 ◦ blue 35

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

Shades of Persian Red #D73623

Tints of Persian Red #D73623

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

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

R = 70.72%
G = 17.76%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D73623 (or 0xD73623) is known color: Persian Red. HEX triplet: D7, 36 and 23. RGB value is (215,54,35). Sum of RGB (Red+Green+Blue) = 215+54+35=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D73623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73623 is #28C9DC. Grayscale: #646464. Windows color (decimal): -2673117 or 2307799. OLE color: 2307799.

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

Color convert

RGB 215 54 35 -
CMYK 0 0.75 0.84 0.16
HSL 6.33º 0.72% 0.49% -
HSV(B) 6.33º 0.84% 0.84% -
XYZ 29.65 17.21 3.35 -
YUV 99.97 91.34 210.04 -
System Red Green Blue C M Y K H S L
Decimal 215 54 35 0 0.75 0.84 0.16 6.33 0.72 0.49
Hex D7 36 23 0 4B 54 10 6 48 31
Octal 327 66 43 0 113 124 20 6 110 61
Binary 11010111 110110 100011 0 1001011 1010100 10000 110 1001000 110001

Color Harmonies of #D73623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73623

Black with #D73623

Text Example


Text Example

White with #D73623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73623; }

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

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

background-color css

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

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

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

border-color css

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

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

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