#D2625F

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

Shades of Roman #D2625F

Tints of Roman #D2625F

Color information

#D2625F (or 0xD2625F) is unknown color: approx Roman. HEX triplet: D2, 62 and 5F. RGB value is (210,98,95). Sum of RGB (Red+Green+Blue) = 210+98+95=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2625F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2625F is #2D9DA0. Grayscale: #838383. Windows color (decimal): -2989473 or 6251218. OLE color: 6251218.

HSL color Cylindrical-coordinate representation of color #D2625F: hue angle of 1.57º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2625F is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB2109895-
CMYK00.530.550.18
HSL1.57º56.1%59.8%-
HSV(B)1.57º54.76%82.35%-
XYZ33.0123.2613.58-
YUV131.15107.61184.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.11%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 95 (37.5% from 255) = 23.57%
R=52.11%
G=24.32%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210989500.530.550.181.5756.159.8
HexD2625F03537122383c
Octal322142137065672227074
Binary110100101100010101111101101011101111001010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2625F; }

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

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

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

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

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

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

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

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