Html Css Color HEX #D13E37 Persian Red

📋 copy color: '#D13E37'

red 209 ◦ green 62 ◦ blue 55

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

Shades of Persian Red #D13E37

Tints of Persian Red #D13E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.87%

R = 64.11%
G = 19.02%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D13E37 (or 0xD13E37) is known color: Persian Red. HEX triplet: D1, 3E and 37. RGB value is (209,62,55). Sum of RGB (Red+Green+Blue) = 209+62+55=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13E37 is #2EC1C8. Grayscale: #696969. Windows color (decimal): -3064265 or 3620561. OLE color: 3620561.

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

Color convert

RGB 209 62 55 -
CMYK 0 0.70 0.74 0.18
HSL 2.73º 0.63% 0.52% -
HSV(B) 2.73º 0.74% 0.82% -
XYZ 28.71 17.28 5.44 -
YUV 105.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 209 62 55 0 0.70 0.74 0.18 2.73 0.63 0.52
Hex D1 3E 37 0 46 4A 12 3 3F 34
Octal 321 76 67 0 106 112 22 3 77 64
Binary 11010001 111110 110111 0 1000110 1001010 10010 11 111111 110100

Color Harmonies of #D13E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13E37

Black with #D13E37

Text Example


Text Example

White with #D13E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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