Html Css Color HEX #D13328 Persian Red

📋 copy color: '#D13328'

red 209 ◦ green 51 ◦ blue 40

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

Shades of Persian Red #D13328

Tints of Persian Red #D13328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17%

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

R = 69.67%
G = 17%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D13328 (or 0xD13328) is known color: Persian Red. HEX triplet: D1, 33 and 28. RGB value is (209,51,40). Sum of RGB (Red+Green+Blue) = 209+51+40=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D13328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13328 is #2ECCD7. Grayscale: #616161. Windows color (decimal): -3067096 or 2634705. OLE color: 2634705.

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

Color convert

RGB 209 51 40 -
CMYK 0 0.76 0.81 0.18
HSL 3.91º 0.68% 0.49% -
HSV(B) 3.91º 0.81% 0.82% -
XYZ 27.86 16.08 3.64 -
YUV 96.99 95.85 207.89 -
System Red Green Blue C M Y K H S L
Decimal 209 51 40 0 0.76 0.81 0.18 3.91 0.68 0.49
Hex D1 33 28 0 4C 51 12 4 44 31
Octal 321 63 50 0 114 121 22 4 104 61
Binary 11010001 110011 101000 0 1001100 1010001 10010 100 1000100 110001

Color Harmonies of #D13328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13328

Black with #D13328

Text Example


Text Example

White with #D13328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13328; }

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

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

background-color css

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

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

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

border-color css

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

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

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