#DE625F

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

Shades of Roman #DE625F

Tints of Roman #DE625F

Color information

#DE625F (or 0xDE625F) is unknown color: approx Roman. HEX triplet: DE, 62 and 5F. RGB value is (222,98,95). Sum of RGB (Red+Green+Blue) = 222+98+95=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE625F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE625F is #219DA0. Grayscale: #868686. Windows color (decimal): -2203041 or 6251230. OLE color: 6251230.

HSL color Cylindrical-coordinate representation of color #DE625F: hue angle of 1.42º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE625F is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB2229895-
CMYK00.560.570.13
HSL1.42º65.8%62.16%-
HSV(B)1.42º57.21%87.06%-
XYZ36.5625.0913.74-
YUV134.73105.58190.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.49%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 95 (37.5% from 255) = 22.89%
R=53.49%
G=23.61%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222989500.560.570.131.4265.862.16
HexDE625F03839D1423e
Octal3361421370707115110276
Binary11011110110001010111110111000111001110111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE625F; }

 p { color: rgb(222,98,95); }

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

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

 a { background-color: rgb(222,98,95); }

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

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

 span { border-color: rgb(222,98,95); }

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