Html Css Color HEX #D73628 Persian Red

📋 copy color: '#D73628'

red 215 ◦ green 54 ◦ blue 40

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

Shades of Persian Red #D73628

Tints of Persian Red #D73628

RGB

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

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

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

R = 69.58%
G = 17.48%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D73628 (or 0xD73628) is known color: Persian Red. HEX triplet: D7, 36 and 28. RGB value is (215,54,40). Sum of RGB (Red+Green+Blue) = 215+54+40=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D73628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73628 is #28C9D7. Grayscale: #646464. Windows color (decimal): -2673112 or 2635479. OLE color: 2635479.

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

Color convert

RGB 215 54 40 -
CMYK 0 0.75 0.81 0.16
HSL 4.8º 0.69% 0.5% -
HSV(B) 4.8º 0.81% 0.84% -
XYZ 29.73 17.24 3.77 -
YUV 100.54 93.84 209.64 -
System Red Green Blue C M Y K H S L
Decimal 215 54 40 0 0.75 0.81 0.16 4.8 0.69 0.5
Hex D7 36 28 0 4B 51 10 5 45 32
Octal 327 66 50 0 113 121 20 5 105 62
Binary 11010111 110110 101000 0 1001011 1010001 10000 101 1000101 110010

Color Harmonies of #D73628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73628

Black with #D73628

Text Example


Text Example

White with #D73628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73628; }

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

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

background-color css

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

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

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

border-color css

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

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

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