Html Css Color HEX #D53829 Persian Red

📋 copy color: '#D53829'

red 213 ◦ green 56 ◦ blue 41

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

Shades of Persian Red #D53829

Tints of Persian Red #D53829

RGB

 RED value IS 213 (83.59% from 255) = 68.71%

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

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

R = 68.71%
G = 18.06%
B = 13.23%

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

#D53829 (or 0xD53829) is known color: Persian Red. HEX triplet: D5, 38 and 29. RGB value is (213,56,41). Sum of RGB (Red+Green+Blue) = 213+56+41=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D53829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53829 is #2AC7D6. Grayscale: #656565. Windows color (decimal): -2803671 or 2701525. OLE color: 2701525.

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

Color convert

RGB 213 56 41 -
CMYK 0 0.74 0.81 0.16
HSL 5.23º 0.68% 0.5% -
HSV(B) 5.23º 0.81% 0.84% -
XYZ 29.25 17.13 3.86 -
YUV 101.23 94.01 207.72 -
System Red Green Blue C M Y K H S L
Decimal 213 56 41 0 0.74 0.81 0.16 5.23 0.68 0.5
Hex D5 38 29 0 4A 51 10 5 44 32
Octal 325 70 51 0 112 121 20 5 104 62
Binary 11010101 111000 101001 0 1001010 1010001 10000 101 1000100 110010

Color Harmonies of #D53829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53829

Black with #D53829

Text Example


Text Example

White with #D53829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53829; }

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

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

background-color css

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

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

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

border-color css

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

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

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