#D13830

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

Shades of Persian Red #D13830

Tints of Persian Red #D13830

Color information

#D13830 (or 0xD13830) is unknown color: approx Persian Red. HEX triplet: D1, 38 and 30. RGB value is (209,56,48). Sum of RGB (Red+Green+Blue) = 209+56+48=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D13830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13830 is #2EC7CF. Grayscale: #656565. Windows color (decimal): -3065808 or 3160273. OLE color: 3160273.

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

Color convert

RGB2095648-
CMYK00.730.770.18
HSL2.98º63.64%50.39%-
HSV(B)2.98º77.03%81.96%-
XYZ28.2416.64.51-
YUV100.8498.19205.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.77%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 48 (19.14% from 255) = 15.34%
R=66.77%
G=17.89%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209564800.730.770.182.9863.6450.39
HexD138300494D1234032
Octal3217060011111522310062
Binary1101000111100011000001001001100110110010111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13830; }

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

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

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

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

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

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

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

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