Html Css Color HEX #D13A26 Persian Red

📋 copy color: '#D13A26'

red 209 ◦ green 58 ◦ blue 38

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

Shades of Persian Red #D13A26

Tints of Persian Red #D13A26

RGB

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

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

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

R = 68.52%
G = 19.02%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D13A26 (or 0xD13A26) is known color: Persian Red. HEX triplet: D1, 3A and 26. RGB value is (209,58,38). Sum of RGB (Red+Green+Blue) = 209+58+38=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A26 is #2EC5D9. Grayscale: #656565. Windows color (decimal): -3065306 or 2505425. OLE color: 2505425.

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

Color convert

RGB 209 58 38 -
CMYK 0 0.72 0.82 0.18
HSL 7.02º 0.69% 0.48% -
HSV(B) 7.02º 0.82% 0.82% -
XYZ 28.16 16.72 3.58 -
YUV 100.87 92.53 205.13 -
System Red Green Blue C M Y K H S L
Decimal 209 58 38 0 0.72 0.82 0.18 7.02 0.69 0.48
Hex D1 3A 26 0 48 52 12 7 45 30
Octal 321 72 46 0 110 122 22 7 105 60
Binary 11010001 111010 100110 0 1001000 1010010 10010 111 1000101 110000

Color Harmonies of #D13A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A26

Black with #D13A26

Text Example


Text Example

White with #D13A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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