Html Css Color HEX #D13227 Persian Red

📋 copy color: '#D13227'

red 209 ◦ green 50 ◦ blue 39

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

Shades of Persian Red #D13227

Tints of Persian Red #D13227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 39 (15.63% from 255) = 13.09%

R = 70.13%
G = 16.78%
B = 13.09%

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

#D13227 (or 0xD13227) is known color: Persian Red. HEX triplet: D1, 32 and 27. RGB value is (209,50,39). Sum of RGB (Red+Green+Blue) = 209+50+39=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D13227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13227 is #2ECDD8. Grayscale: #606060. Windows color (decimal): -3067353 or 2568913. OLE color: 2568913.

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

Color convert

RGB 209 50 39 -
CMYK 0 0.76 0.81 0.18
HSL 3.88º 0.69% 0.49% -
HSV(B) 3.88º 0.81% 0.82% -
XYZ 27.8 15.98 3.54 -
YUV 96.29 95.68 208.39 -
System Red Green Blue C M Y K H S L
Decimal 209 50 39 0 0.76 0.81 0.18 3.88 0.69 0.49
Hex D1 32 27 0 4C 51 12 4 45 31
Octal 321 62 47 0 114 121 22 4 105 61
Binary 11010001 110010 100111 0 1001100 1010001 10010 100 1000101 110001

Color Harmonies of #D13227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13227

Black with #D13227

Text Example


Text Example

White with #D13227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13227; }

 p { color: rgb(209,50,39); }

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

background-color css

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

 a { background-color: rgb(209,50,39); }

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

border-color css

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

 span { border-color: rgb(209,50,39); }

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