#D2362D

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

Shades of Persian Red #D2362D

Tints of Persian Red #D2362D

Color information

#D2362D (or 0xD2362D) is unknown color: approx Persian Red. HEX triplet: D2, 36 and 2D. RGB value is (210,54,45). Sum of RGB (Red+Green+Blue) = 210+54+45=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2362D is #2DC9D2. Grayscale: #636363. Windows color (decimal): -3000787 or 2963154. OLE color: 2963154.

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

Color convert

RGB2105445-
CMYK00.740.790.18
HSL3.27º64.71%50%-
HSV(B)3.27º78.57%82.35%-
XYZ28.3716.534.18-
YUV99.6297.18206.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 67.96%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 45 (17.97% from 255) = 14.56%
R=67.96%
G=17.48%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210544500.740.790.183.2764.7150
HexD2362D04A4F1234132
Octal3226655011211722310162
Binary1101001011011010110101001010100111110010111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2362D; }

 p { color: rgb(210,54,45); }

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

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

 a { background-color: rgb(210,54,45); }

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

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

 span { border-color: rgb(210,54,45); }

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