Html Css Color HEX #D13124 Persian Red

📋 copy color: '#D13124'

red 209 ◦ green 49 ◦ blue 36

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

Shades of Persian Red #D13124

Tints of Persian Red #D13124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

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

R = 71.09%
G = 16.67%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D13124 (or 0xD13124) is known color: Persian Red. HEX triplet: D1, 31 and 24. RGB value is (209,49,36). Sum of RGB (Red+Green+Blue) = 209+49+36=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D13124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13124 is #2ECEDB. Grayscale: #5F5F5F. Windows color (decimal): -3067612 or 2372049. OLE color: 2372049.

HSL color Cylindrical-coordinate representation of color #D13124: hue angle of 4.51º 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 #D13124 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 49 36 -
CMYK 0 0.77 0.83 0.18
HSL 4.51º 0.71% 0.48% -
HSV(B) 4.51º 0.83% 0.82% -
XYZ 27.71 15.88 3.27 -
YUV 95.36 94.51 209.06 -
System Red Green Blue C M Y K H S L
Decimal 209 49 36 0 0.77 0.83 0.18 4.51 0.71 0.48
Hex D1 31 24 0 4D 53 12 5 47 30
Octal 321 61 44 0 115 123 22 5 107 60
Binary 11010001 110001 100100 0 1001101 1010011 10010 101 1000111 110000

Color Harmonies of #D13124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13124

Black with #D13124

Text Example


Text Example

White with #D13124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13124; }

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

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

background-color css

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

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

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

border-color css

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

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

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