#D26361

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

Shades of Roman #D26361

Tints of Roman #D26361

Color information

#D26361 (or 0xD26361) is unknown color: approx Roman. HEX triplet: D2, 63 and 61. RGB value is (210,99,97). Sum of RGB (Red+Green+Blue) = 210+99+97=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D26361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26361 is #2D9C9E. Grayscale: #848484. Windows color (decimal): -2989215 or 6382546. OLE color: 6382546.

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

Color convert

RGB2109997-
CMYK00.530.540.18
HSL1.06º55.67%60.2%-
HSV(B)1.06º53.81%82.35%-
XYZ33.223.4914.09-
YUV131.96108.27183.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.72%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=51.72%
G=24.38%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210999700.530.540.181.0655.6760.2
HexD2636103536121383c
Octal322143141065662217074
Binary11010010110001111000010110101110110100101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26361; }

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

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

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

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

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

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

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

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