Html Css Color HEX #D13C28 Persian Red

📋 copy color: '#D13C28'

red 209 ◦ green 60 ◦ blue 40

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

Shades of Persian Red #D13C28

Tints of Persian Red #D13C28

RGB

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

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

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

R = 67.64%
G = 19.42%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D13C28 (or 0xD13C28) is known color: Persian Red. HEX triplet: D1, 3C and 28. RGB value is (209,60,40). Sum of RGB (Red+Green+Blue) = 209+60+40=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C28 is #2EC3D7. Grayscale: #666666. Windows color (decimal): -3064792 or 2637009. OLE color: 2637009.

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

Color convert

RGB 209 60 40 -
CMYK 0 0.71 0.81 0.18
HSL 7.1º 0.68% 0.49% -
HSV(B) 7.1º 0.81% 0.82% -
XYZ 28.29 16.94 3.79 -
YUV 102.27 92.86 204.13 -
System Red Green Blue C M Y K H S L
Decimal 209 60 40 0 0.71 0.81 0.18 7.1 0.68 0.49
Hex D1 3C 28 0 47 51 12 7 44 31
Octal 321 74 50 0 107 121 22 7 104 61
Binary 11010001 111100 101000 0 1000111 1010001 10010 111 1000100 110001

Color Harmonies of #D13C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C28

Black with #D13C28

Text Example


Text Example

White with #D13C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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