Html Css Color HEX #D13C37 Persian Red

📋 copy color: '#D13C37'

red 209 ◦ green 60 ◦ blue 55

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

Shades of Persian Red #D13C37

Tints of Persian Red #D13C37

RGB

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

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

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

R = 64.51%
G = 18.52%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D13C37 (or 0xD13C37) is known color: Persian Red. HEX triplet: D1, 3C and 37. RGB value is (209,60,55). Sum of RGB (Red+Green+Blue) = 209+60+55=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C37 is #2EC3C8. Grayscale: #686868. Windows color (decimal): -3064777 or 3620049. OLE color: 3620049.

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

Color convert

RGB 209 60 55 -
CMYK 0 0.71 0.74 0.18
HSL 1.95º 0.63% 0.52% -
HSV(B) 1.95º 0.74% 0.82% -
XYZ 28.6 17.06 5.4 -
YUV 103.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 209 60 55 0 0.71 0.74 0.18 1.95 0.63 0.52
Hex D1 3C 37 0 47 4A 12 2 3F 34
Octal 321 74 67 0 107 112 22 2 77 64
Binary 11010001 111100 110111 0 1000111 1001010 10010 10 111111 110100

Color Harmonies of #D13C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C37

Black with #D13C37

Text Example


Text Example

White with #D13C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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