Html Css Color HEX #D73825 Persian Red

📋 copy color: '#D73825'

red 215 ◦ green 56 ◦ blue 37

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

Shades of Persian Red #D73825

Tints of Persian Red #D73825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

 BLUE value IS 37 (14.84% from 255) = 12.01%

R = 69.81%
G = 18.18%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D73825 (or 0xD73825) is known color: Persian Red. HEX triplet: D7, 38 and 25. RGB value is (215,56,37). Sum of RGB (Red+Green+Blue) = 215+56+37=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D73825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73825 is #28C7DA. Grayscale: #656565. Windows color (decimal): -2672603 or 2439383. OLE color: 2439383.

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

Color convert

RGB 215 56 37 -
CMYK 0 0.74 0.83 0.16
HSL 6.4º 0.71% 0.49% -
HSV(B) 6.4º 0.83% 0.84% -
XYZ 29.77 17.41 3.54 -
YUV 101.38 91.68 209.04 -
System Red Green Blue C M Y K H S L
Decimal 215 56 37 0 0.74 0.83 0.16 6.4 0.71 0.49
Hex D7 38 25 0 4A 53 10 6 47 31
Octal 327 70 45 0 112 123 20 6 107 61
Binary 11010111 111000 100101 0 1001010 1010011 10000 110 1000111 110001

Color Harmonies of #D73825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73825

Black with #D73825

Text Example


Text Example

White with #D73825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73825; }

 p { color: rgb(215,56,37); }

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

background-color css

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

 a { background-color: rgb(215,56,37); }

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

border-color css

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

 span { border-color: rgb(215,56,37); }

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