Html Css Color HEX #D13C39 Persian Red

📋 copy color: '#D13C39'

red 209 ◦ green 60 ◦ blue 57

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

Shades of Persian Red #D13C39

Tints of Persian Red #D13C39

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

 BLUE value IS 57 (22.66% from 255) = 17.48%

R = 64.11%
G = 18.4%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D13C39 (or 0xD13C39) is known color: Persian Red. HEX triplet: D1, 3C and 39. RGB value is (209,60,57). Sum of RGB (Red+Green+Blue) = 209+60+57=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C39 is #2EC3C6. Grayscale: #686868. Windows color (decimal): -3064775 or 3751121. OLE color: 3751121.

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

Color convert

RGB 209 60 57 -
CMYK 0 0.71 0.73 0.18
HSL 1.18º 0.62% 0.52% -
HSV(B) 1.18º 0.73% 0.82% -
XYZ 28.65 17.08 5.66 -
YUV 104.21 101.36 202.74 -
System Red Green Blue C M Y K H S L
Decimal 209 60 57 0 0.71 0.73 0.18 1.18 0.62 0.52
Hex D1 3C 39 0 47 49 12 1 3E 34
Octal 321 74 71 0 107 111 22 1 76 64
Binary 11010001 111100 111001 0 1000111 1001001 10010 1 111110 110100

Color Harmonies of #D13C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C39

Black with #D13C39

Text Example


Text Example

White with #D13C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C39; }

 p { color: rgb(209,60,57); }

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

background-color css

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

 a { background-color: rgb(209,60,57); }

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

border-color css

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

 span { border-color: rgb(209,60,57); }

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