Html Css Color HEX #D13C26 Persian Red

📋 copy color: '#D13C26'

red 209 ◦ green 60 ◦ blue 38

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

Shades of Persian Red #D13C26

Tints of Persian Red #D13C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.38%

R = 68.08%
G = 19.54%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D13C26 (or 0xD13C26) is known color: Persian Red. HEX triplet: D1, 3C and 26. RGB value is (209,60,38). Sum of RGB (Red+Green+Blue) = 209+60+38=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C26 is #2EC3D9. Grayscale: #666666. Windows color (decimal): -3064794 or 2505937. OLE color: 2505937.

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

Color convert

RGB 209 60 38 -
CMYK 0 0.71 0.82 0.18
HSL 7.72º 0.69% 0.48% -
HSV(B) 7.72º 0.82% 0.82% -
XYZ 28.26 16.93 3.61 -
YUV 102.04 91.86 204.29 -
System Red Green Blue C M Y K H S L
Decimal 209 60 38 0 0.71 0.82 0.18 7.72 0.69 0.48
Hex D1 3C 26 0 47 52 12 8 45 30
Octal 321 74 46 0 107 122 22 10 105 60
Binary 11010001 111100 100110 0 1000111 1010010 10010 1000 1000101 110000

Color Harmonies of #D13C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C26

Black with #D13C26

Text Example


Text Example

White with #D13C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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