Html Css Color HEX #D13A27 Persian Red

📋 copy color: '#D13A27'

red 209 ◦ green 58 ◦ blue 39

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

Shades of Persian Red #D13A27

Tints of Persian Red #D13A27

RGB

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

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

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

R = 68.3%
G = 18.95%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D13A27 (or 0xD13A27) is known color: Persian Red. HEX triplet: D1, 3A and 27. RGB value is (209,58,39). Sum of RGB (Red+Green+Blue) = 209+58+39=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A27 is #2EC5D8. Grayscale: #656565. Windows color (decimal): -3065305 or 2570961. OLE color: 2570961.

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

Color convert

RGB 209 58 39 -
CMYK 0 0.72 0.81 0.18
HSL 6.71º 0.69% 0.49% -
HSV(B) 6.71º 0.81% 0.82% -
XYZ 28.17 16.73 3.66 -
YUV 100.98 93.03 205.04 -
System Red Green Blue C M Y K H S L
Decimal 209 58 39 0 0.72 0.81 0.18 6.71 0.69 0.49
Hex D1 3A 27 0 48 51 12 7 45 31
Octal 321 72 47 0 110 121 22 7 105 61
Binary 11010001 111010 100111 0 1001000 1010001 10010 111 1000101 110001

Color Harmonies of #D13A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A27

Black with #D13A27

Text Example


Text Example

White with #D13A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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