Html Css Color HEX #D13727 Persian Red

📋 copy color: '#D13727'

red 209 ◦ green 55 ◦ blue 39

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

Shades of Persian Red #D13727

Tints of Persian Red #D13727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.15%

 BLUE value IS 39 (15.63% from 255) = 12.87%

R = 68.98%
G = 18.15%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D13727 (or 0xD13727) is known color: Persian Red. HEX triplet: D1, 37 and 27. RGB value is (209,55,39). Sum of RGB (Red+Green+Blue) = 209+55+39=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D13727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13727 is #2EC8D8. Grayscale: #636363. Windows color (decimal): -3066073 or 2570193. OLE color: 2570193.

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

Color convert

RGB 209 55 39 -
CMYK 0 0.74 0.81 0.18
HSL 5.65º 0.69% 0.49% -
HSV(B) 5.65º 0.81% 0.82% -
XYZ 28.03 16.43 3.61 -
YUV 99.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 209 55 39 0 0.74 0.81 0.18 5.65 0.69 0.49
Hex D1 37 27 0 4A 51 12 6 45 31
Octal 321 67 47 0 112 121 22 6 105 61
Binary 11010001 110111 100111 0 1001010 1010001 10010 110 1000101 110001

Color Harmonies of #D13727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13727

Black with #D13727

Text Example


Text Example

White with #D13727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13727; }

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

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

background-color css

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

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

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

border-color css

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

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

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