#D0413A

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

Shades of Persian Red #D0413A

Tints of Persian Red #D0413A

Color information

#D0413A (or 0xD0413A) is unknown color: approx Persian Red. HEX triplet: D0, 41 and 3A. RGB value is (208,65,58). Sum of RGB (Red+Green+Blue) = 208+65+58=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D0413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0413A is #2FBEC5. Grayscale: #6B6B6B. Windows color (decimal): -3129030 or 3817936. OLE color: 3817936.

HSL color Cylindrical-coordinate representation of color #D0413A: hue angle of 2.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0413A is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB2086558-
CMYK00.690.720.18
HSL2.8º61.48%52.16%-
HSV(B)2.8º72.12%81.57%-
XYZ28.6717.55.87-
YUV106.96100.38200.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 62.84%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=62.84%
G=19.64%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208655800.690.720.182.861.4852.16
HexD0413A045481233d34
Octal3201017201051102237564
Binary1101000010000011110100100010110010001001011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0413A; }

 p { color: rgb(208,65,58); }

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

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

 a { background-color: rgb(208,65,58); }

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

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

 span { border-color: rgb(208,65,58); }

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