Html Css Color HEX #D13424 Persian Red

📋 copy color: '#D13424'

red 209 ◦ green 52 ◦ blue 36

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

Shades of Persian Red #D13424

Tints of Persian Red #D13424

RGB

 RED value IS 209 (82.03% from 255) = 70.37%

 GREEN value IS 52 (20.7% from 255) = 17.51%

 BLUE value IS 36 (14.45% from 255) = 12.12%

R = 70.37%
G = 17.51%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D13424 (or 0xD13424) is known color: Persian Red. HEX triplet: D1, 34 and 24. RGB value is (209,52,36). Sum of RGB (Red+Green+Blue) = 209+52+36=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D13424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13424 is #2ECBDB. Grayscale: #616161. Windows color (decimal): -3066844 or 2372817. OLE color: 2372817.

HSL color Cylindrical-coordinate representation of color #D13424: hue angle of 5.55º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D13424 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 52 36 -
CMYK 0 0.75 0.83 0.18
HSL 5.55º 0.71% 0.48% -
HSV(B) 5.55º 0.83% 0.82% -
XYZ 27.84 16.14 3.32 -
YUV 97.12 93.51 207.8 -
System Red Green Blue C M Y K H S L
Decimal 209 52 36 0 0.75 0.83 0.18 5.55 0.71 0.48
Hex D1 34 24 0 4B 53 12 6 47 30
Octal 321 64 44 0 113 123 22 6 107 60
Binary 11010001 110100 100100 0 1001011 1010011 10010 110 1000111 110000

Color Harmonies of #D13424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13424

Black with #D13424

Text Example


Text Example

White with #D13424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13424; }

 p { color: rgb(209,52,36); }

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

background-color css

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

 a { background-color: rgb(209,52,36); }

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

border-color css

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

 span { border-color: rgb(209,52,36); }

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