#D63A33

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

Shades of Persian Red #D63A33

Tints of Persian Red #D63A33

Color information

#D63A33 (or 0xD63A33) is unknown color: approx Persian Red. HEX triplet: D6, 3A and 33. RGB value is (214,58,51). Sum of RGB (Red+Green+Blue) = 214+58+51=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A33 is #29C5CC. Grayscale: #686868. Windows color (decimal): -2737613 or 3357398. OLE color: 3357398.

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

Color convert

RGB2145851-
CMYK00.730.760.16
HSL2.58º66.53%51.96%-
HSV(B)2.58º76.17%83.92%-
XYZ29.8417.564.95-
YUV103.8598.18206.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 66.25%
GREEN value IS 58 (23.05% from 255) = 17.96%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=66.25%
G=17.96%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214585100.730.760.162.5866.5351.96
HexD63A330494C1034334
Octal3267263011111420310364
Binary1101011011101011001101001001100110010000111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63A33; }

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

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

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

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

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

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

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

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