Html Css Color HEX #D53929 Persian Red

📋 copy color: '#D53929'

red 213 ◦ green 57 ◦ blue 41

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

Shades of Persian Red #D53929

Tints of Persian Red #D53929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

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

R = 68.49%
G = 18.33%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D53929 (or 0xD53929) is known color: Persian Red. HEX triplet: D5, 39 and 29. RGB value is (213,57,41). Sum of RGB (Red+Green+Blue) = 213+57+41=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D53929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53929 is #2AC6D6. Grayscale: #666666. Windows color (decimal): -2803415 or 2701781. OLE color: 2701781.

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

Color convert

RGB 213 57 41 -
CMYK 0 0.73 0.81 0.16
HSL 5.58º 0.68% 0.5% -
HSV(B) 5.58º 0.81% 0.84% -
XYZ 29.3 17.23 3.88 -
YUV 101.82 93.68 207.3 -
System Red Green Blue C M Y K H S L
Decimal 213 57 41 0 0.73 0.81 0.16 5.58 0.68 0.5
Hex D5 39 29 0 49 51 10 6 44 32
Octal 325 71 51 0 111 121 20 6 104 62
Binary 11010101 111001 101001 0 1001001 1010001 10000 110 1000100 110010

Color Harmonies of #D53929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53929

Black with #D53929

Text Example


Text Example

White with #D53929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53929; }

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

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

background-color css

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

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

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

border-color css

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

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

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