Html Css Color HEX #D13F28 Persian Red

📋 copy color: '#D13F28'

red 209 ◦ green 63 ◦ blue 40

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

Shades of Persian Red #D13F28

Tints of Persian Red #D13F28

RGB

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

 GREEN value IS 63 (25% from 255) = 20.19%

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 66.99%
G = 20.19%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D13F28 (or 0xD13F28) is known color: Persian Red. HEX triplet: D1, 3F and 28. RGB value is (209,63,40). Sum of RGB (Red+Green+Blue) = 209+63+40=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F28 is #2EC0D7. Grayscale: #686868. Windows color (decimal): -3064024 or 2637777. OLE color: 2637777.

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

Color convert

RGB 209 63 40 -
CMYK 0 0.70 0.81 0.18
HSL 8.17º 0.68% 0.49% -
HSV(B) 8.17º 0.81% 0.82% -
XYZ 28.46 17.26 3.84 -
YUV 104.03 91.87 202.87 -
System Red Green Blue C M Y K H S L
Decimal 209 63 40 0 0.70 0.81 0.18 8.17 0.68 0.49
Hex D1 3F 28 0 46 51 12 8 44 31
Octal 321 77 50 0 106 121 22 10 104 61
Binary 11010001 111111 101000 0 1000110 1010001 10010 1000 1000100 110001

Color Harmonies of #D13F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F28

Black with #D13F28

Text Example


Text Example

White with #D13F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F28; }

 p { color: rgb(209,63,40); }

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

background-color css

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

 a { background-color: rgb(209,63,40); }

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

border-color css

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

 span { border-color: rgb(209,63,40); }

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