Html Css Color HEX #D13E3C Persian Red

📋 copy color: '#D13E3C'

red 209 ◦ green 62 ◦ blue 60

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

Shades of Persian Red #D13E3C

Tints of Persian Red #D13E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.73%

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 63.14%
G = 18.73%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D13E3C (or 0xD13E3C) is known color: Persian Red. HEX triplet: D1, 3E and 3C. RGB value is (209,62,60). Sum of RGB (Red+Green+Blue) = 209+62+60=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13E3C is #2EC1C3. Grayscale: #696969. Windows color (decimal): -3064260 or 3948241. OLE color: 3948241.

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

Color convert

RGB 209 62 60 -
CMYK 0 0.70 0.71 0.18
HSL 0.81º 0.62% 0.53% -
HSV(B) 0.81º 0.71% 0.82% -
XYZ 28.83 17.33 6.1 -
YUV 105.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 209 62 60 0 0.70 0.71 0.18 0.81 0.62 0.53
Hex D1 3E 3C 0 46 47 12 1 3E 35
Octal 321 76 74 0 106 107 22 1 76 65
Binary 11010001 111110 111100 0 1000110 1000111 10010 1 111110 110101

Color Harmonies of #D13E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13E3C

Black with #D13E3C

Text Example


Text Example

White with #D13E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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