#D62625

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

Shades of Persian Red #D62625

Tints of Persian Red #D62625

Color information

#D62625 (or 0xD62625) is unknown color: approx Persian Red. HEX triplet: D6, 26 and 25. RGB value is (214,38,37). Sum of RGB (Red+Green+Blue) = 214+38+37=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D62625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62625 is #29D9DA. Grayscale: #5A5A5A. Windows color (decimal): -2742747 or 2434774. OLE color: 2434774.

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

Color convert

RGB2143837-
CMYK00.820.830.16
HSL0.34º70.52%49.22%-
HSV(B)0.34º82.71%83.92%-
XYZ28.7615.823.29-
YUV90.5197.81216.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 74.05%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=74.05%
G=13.15%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214383700.820.830.160.3470.5249.22
HexD62625052531004731
Octal3264645012212320010761
Binary110101101001101001010101001010100111000001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62625; }

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

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

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

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

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

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

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

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