#D25E55

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

Shades of Roman #D25E55

Tints of Roman #D25E55

Color information

#D25E55 (or 0xD25E55) is unknown color: approx Roman. HEX triplet: D2, 5E and 55. RGB value is (210,94,85). Sum of RGB (Red+Green+Blue) = 210+94+85=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E55 is #2DA1AA. Grayscale: #7F7F7F. Windows color (decimal): -2990507 or 5594834. OLE color: 5594834.

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

Color convert

RGB2109485-
CMYK00.550.600.18
HSL4.32º58.14%57.84%-
HSV(B)4.32º59.52%82.35%-
XYZ32.2222.3611.21-
YUV127.66103.93186.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.98%
GREEN value IS 94 (37.11% from 255) = 24.16%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=53.98%
G=24.16%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210948500.550.600.184.3258.1457.84
HexD25E550373C1243a3a
Octal322136125067742247272
Binary1101001010111101010101011011111110010010100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25E55; }

 p { color: rgb(210,94,85); }

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

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

 a { background-color: rgb(210,94,85); }

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

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

 span { border-color: rgb(210,94,85); }

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