#D26158

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

Shades of Roman #D26158

Tints of Roman #D26158

Color information

#D26158 (or 0xD26158) is unknown color: approx Roman. HEX triplet: D2, 61 and 58. RGB value is (210,97,88). Sum of RGB (Red+Green+Blue) = 210+97+88=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D26158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26158 is #2D9EA7. Grayscale: #818181. Windows color (decimal): -2989736 or 5792210. OLE color: 5792210.

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

Color convert

RGB2109788-
CMYK00.540.580.18
HSL4.43º57.55%58.43%-
HSV(B)4.43º58.1%82.35%-
XYZ32.6122.9611.94-
YUV129.76104.44185.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.16%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=53.16%
G=24.56%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210978800.540.580.184.4357.5558.43
HexD261580363A1243a3a
Octal322141130066722247272
Binary1101001011000011011000011011011101010010100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26158; }

 p { color: rgb(210,97,88); }

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

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

 a { background-color: rgb(210,97,88); }

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

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

 span { border-color: rgb(210,97,88); }

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