#D63C3A

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

Shades of Persian Red #D63C3A

Tints of Persian Red #D63C3A

Color information

#D63C3A (or 0xD63C3A) is unknown color: approx Persian Red. HEX triplet: D6, 3C and 3A. RGB value is (214,60,58). Sum of RGB (Red+Green+Blue) = 214+60+58=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C3A is #29C3C5. Grayscale: #696969. Windows color (decimal): -2737094 or 3816662. OLE color: 3816662.

HSL color Cylindrical-coordinate representation of color #D63C3A: hue angle of 0.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63C3A is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB2146058-
CMYK00.720.730.16
HSL0.77º65.55%53.33%-
HSV(B)0.77º72.9%83.92%-
XYZ30.1117.835.86-
YUV105.82101.02205.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.46%
GREEN value IS 60 (23.83% from 255) = 18.07%
BLUE value IS 58 (23.05% from 255) = 17.47%
R=64.46%
G=18.07%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214605800.720.730.160.7765.5553.33
HexD63C3A048491014235
Octal3267472011011120110265
Binary110101101111001110100100100010010011000011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63C3A; }

 p { color: rgb(214,60,58); }

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

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

 a { background-color: rgb(214,60,58); }

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

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

 span { border-color: rgb(214,60,58); }

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