Html Css Color HEX #D13A37 Persian Red

📋 copy color: '#D13A37'

red 209 ◦ green 58 ◦ blue 55

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

Shades of Persian Red #D13A37

Tints of Persian Red #D13A37

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.01%

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

R = 64.91%
G = 18.01%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D13A37 (or 0xD13A37) is known color: Persian Red. HEX triplet: D1, 3A and 37. RGB value is (209,58,55). Sum of RGB (Red+Green+Blue) = 209+58+55=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A37 is #2EC5C8. Grayscale: #666666. Windows color (decimal): -3065289 or 3619537. OLE color: 3619537.

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

Color convert

RGB 209 58 55 -
CMYK 0 0.72 0.74 0.18
HSL 1.17º 0.63% 0.52% -
HSV(B) 1.17º 0.74% 0.82% -
XYZ 28.5 16.86 5.37 -
YUV 102.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 209 58 55 0 0.72 0.74 0.18 1.17 0.63 0.52
Hex D1 3A 37 0 48 4A 12 1 3F 34
Octal 321 72 67 0 110 112 22 1 77 64
Binary 11010001 111010 110111 0 1001000 1001010 10010 1 111111 110100

Color Harmonies of #D13A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A37

Black with #D13A37

Text Example


Text Example

White with #D13A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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