#D4625D

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

Shades of Roman #D4625D

Tints of Roman #D4625D

Color information

#D4625D (or 0xD4625D) is unknown color: approx Roman. HEX triplet: D4, 62 and 5D. RGB value is (212,98,93). Sum of RGB (Red+Green+Blue) = 212+98+93=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D4625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4625D is #2B9DA2. Grayscale: #838383. Windows color (decimal): -2858403 or 6120148. OLE color: 6120148.

HSL color Cylindrical-coordinate representation of color #D4625D: hue angle of 2.52º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4625D is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB2129893-
CMYK00.540.560.17
HSL2.52º58.05%59.8%-
HSV(B)2.52º56.13%83.14%-
XYZ33.4923.5213.13-
YUV131.52106.27185.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.61%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 93 (36.72% from 255) = 23.08%
R=52.61%
G=24.32%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212989300.540.560.172.5258.0559.8
HexD4625D036381133a3c
Octal324142135066702137274
Binary110101001100010101110101101101110001000111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4625D; }

 p { color: rgb(212,98,93); }

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

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

 a { background-color: rgb(212,98,93); }

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

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

 span { border-color: rgb(212,98,93); }

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