#D63425

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

Shades of Persian Red #D63425

Tints of Persian Red #D63425

Color information

#D63425 (or 0xD63425) is unknown color: approx Persian Red. HEX triplet: D6, 34 and 25. RGB value is (214,52,37). Sum of RGB (Red+Green+Blue) = 214+52+37=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D63425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63425 is #29CBDA. Grayscale: #626262. Windows color (decimal): -2739163 or 2438358. OLE color: 2438358.

HSL color Cylindrical-coordinate representation of color #D63425: hue angle of 5.08º 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 #D63425 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB2145237-
CMYK00.760.830.16
HSL5.08º70.52%49.22%-
HSV(B)5.08º82.71%83.92%-
XYZ29.2916.893.47-
YUV98.7393.17210.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 70.63%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 37 (14.84% from 255) = 12.21%
R=70.63%
G=17.16%
B=12.21%

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
Decimal214523700.760.830.165.0870.5249.22
HexD6342504C531054731
Octal3266445011412320510761
Binary11010110110100100101010011001010011100001011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63425; }

 p { color: rgb(214,52,37); }

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

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

 a { background-color: rgb(214,52,37); }

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

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

 span { border-color: rgb(214,52,37); }

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