Html Css Color HEX #D73829 Persian Red

📋 copy color: '#D73829'

red 215 ◦ green 56 ◦ blue 41

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

Shades of Persian Red #D73829

Tints of Persian Red #D73829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.14%

R = 68.91%
G = 17.95%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D73829 (or 0xD73829) is known color: Persian Red. HEX triplet: D7, 38 and 29. RGB value is (215,56,41). Sum of RGB (Red+Green+Blue) = 215+56+41=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D73829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73829 is #28C7D6. Grayscale: #666666. Windows color (decimal): -2672599 or 2701527. OLE color: 2701527.

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

Color convert

RGB 215 56 41 -
CMYK 0 0.74 0.81 0.16
HSL 5.17º 0.69% 0.5% -
HSV(B) 5.17º 0.81% 0.84% -
XYZ 29.84 17.44 3.89 -
YUV 101.83 93.68 208.72 -
System Red Green Blue C M Y K H S L
Decimal 215 56 41 0 0.74 0.81 0.16 5.17 0.69 0.5
Hex D7 38 29 0 4A 51 10 5 45 32
Octal 327 70 51 0 112 121 20 5 105 62
Binary 11010111 111000 101001 0 1001010 1010001 10000 101 1000101 110010

Color Harmonies of #D73829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73829

Black with #D73829

Text Example


Text Example

White with #D73829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73829; }

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

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

background-color css

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

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

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

border-color css

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

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

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