#D13630

Color #D13630 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #D13630

Tints of Persian Red #D13630

Color information

#D13630 (or 0xD13630) is unknown color: approx Persian Red. HEX triplet: D1, 36 and 30. RGB value is (209,54,48). Sum of RGB (Red+Green+Blue) = 209+54+48=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D13630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13630 is #2EC9CF. Grayscale: #636363. Windows color (decimal): -3066320 or 3159761. OLE color: 3159761.

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

Color convert

RGB2095448-
CMYK00.740.770.18
HSL2.24º63.64%50.39%-
HSV(B)2.24º77.03%81.96%-
XYZ28.1516.414.48-
YUV99.6698.85205.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 67.20%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 48 (19.14% from 255) = 15.43%
R=67.20%
G=17.36%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209544800.740.770.182.2463.6450.39
HexD1363004A4D1224032
Octal3216660011211522210062
Binary1101000111011011000001001010100110110010101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13630; }

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

 H1.HeaderClassName
 {
   color: #D13630;
 }
 .AnyTagClassName
 {
   color: #D13630;
 }
</style>
background-color css

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

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

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

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

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

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