#D26362

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

Shades of Roman #D26362

Tints of Roman #D26362

Color information

#D26362 (or 0xD26362) is unknown color: approx Roman. HEX triplet: D2, 63 and 62. RGB value is (210,99,98). Sum of RGB (Red+Green+Blue) = 210+99+98=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D26362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26362 is #2D9C9D. Grayscale: #848484. Windows color (decimal): -2989214 or 6448082. OLE color: 6448082.

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

Color convert

RGB2109998-
CMYK00.530.530.18
HSL0.54º55.45%60.39%-
HSV(B)0.54º53.33%82.35%-
XYZ33.2423.5114.34-
YUV132.07108.77183.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.60%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=51.60%
G=24.32%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210999800.530.530.180.5455.4560.39
HexD2636203535121373c
Octal322143142065652216774
Binary11010010110001111000100110101110101100101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26362; }

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

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

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

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

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

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

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

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