Html Css Color HEX #D13E2C Persian Red

📋 copy color: '#D13E2C'

red 209 ◦ green 62 ◦ blue 44

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

Shades of Persian Red #D13E2C

Tints of Persian Red #D13E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 66.35%
G = 19.68%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D13E2C (or 0xD13E2C) is known color: Persian Red. HEX triplet: D1, 3E and 2C. RGB value is (209,62,44). Sum of RGB (Red+Green+Blue) = 209+62+44=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13E2C is #2EC1D3. Grayscale: #686868. Windows color (decimal): -3064276 or 2899665. OLE color: 2899665.

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

Color convert

RGB 209 62 44 -
CMYK 0 0.70 0.79 0.18
HSL 6.55º 0.65% 0.5% -
HSV(B) 6.55º 0.79% 0.82% -
XYZ 28.47 17.18 4.2 -
YUV 103.9 94.2 202.96 -
System Red Green Blue C M Y K H S L
Decimal 209 62 44 0 0.70 0.79 0.18 6.55 0.65 0.5
Hex D1 3E 2C 0 46 4F 12 7 41 32
Octal 321 76 54 0 106 117 22 7 101 62
Binary 11010001 111110 101100 0 1000110 1001111 10010 111 1000001 110010

Color Harmonies of #D13E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13E2C

Black with #D13E2C

Text Example


Text Example

White with #D13E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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