Html Css Color HEX #D13631 Persian Red

📋 copy color: '#D13631'

red 209 ◦ green 54 ◦ blue 49

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

Shades of Persian Red #D13631

Tints of Persian Red #D13631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

 BLUE value IS 49 (19.53% from 255) = 15.71%

R = 66.99%
G = 17.31%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D13631 (or 0xD13631) is known color: Persian Red. HEX triplet: D1, 36 and 31. RGB value is (209,54,49). Sum of RGB (Red+Green+Blue) = 209+54+49=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D13631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13631 is #2EC9CE. Grayscale: #636363. Windows color (decimal): -3066319 or 3225297. OLE color: 3225297.

HSL color Cylindrical-coordinate representation of color #D13631: hue angle of 1.88º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13631 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 54 49 -
CMYK 0 0.74 0.77 0.18
HSL 1.88º 0.63% 0.51% -
HSV(B) 1.88º 0.77% 0.82% -
XYZ 28.17 16.42 4.59 -
YUV 99.78 99.35 205.91 -
System Red Green Blue C M Y K H S L
Decimal 209 54 49 0 0.74 0.77 0.18 1.88 0.63 0.51
Hex D1 36 31 0 4A 4D 12 2 3F 33
Octal 321 66 61 0 112 115 22 2 77 63
Binary 11010001 110110 110001 0 1001010 1001101 10010 10 111111 110011

Color Harmonies of #D13631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13631

Black with #D13631

Text Example


Text Example

White with #D13631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13631; }

 p { color: rgb(209,54,49); }

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

background-color css

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

 a { background-color: rgb(209,54,49); }

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

border-color css

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

 span { border-color: rgb(209,54,49); }

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