#D63324

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

Shades of Persian Red #D63324

Tints of Persian Red #D63324

Color information

#D63324 (or 0xD63324) is unknown color: approx Persian Red. HEX triplet: D6, 33 and 24. RGB value is (214,51,36). Sum of RGB (Red+Green+Blue) = 214+51+36=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D63324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63324 is #29CCDB. Grayscale: #626262. Windows color (decimal): -2739420 or 2372566. OLE color: 2372566.

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

Color convert

RGB2145136-
CMYK00.760.830.16
HSL5.06º71.2%49.02%-
HSV(B)5.06º83.18%83.92%-
XYZ29.2316.793.37-
YUV98.0393210.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 71.10%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 36 (14.45% from 255) = 11.96%
R=71.10%
G=16.94%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214513600.760.830.165.0671.249.02
HexD6332404C531054731
Octal3266344011412320510761
Binary11010110110011100100010011001010011100001011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63324; }

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

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

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

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

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

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

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

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