#D5635E

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

Shades of Roman #D5635E

Tints of Roman #D5635E

Color information

#D5635E (or 0xD5635E) is unknown color: approx Roman. HEX triplet: D5, 63 and 5E. RGB value is (213,99,94). Sum of RGB (Red+Green+Blue) = 213+99+94=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5635E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5635E is #2A9CA1. Grayscale: #848484. Windows color (decimal): -2792610 or 6185941. OLE color: 6185941.

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

Color convert

RGB2139994-
CMYK00.540.560.16
HSL2.52º58.62%60.2%-
HSV(B)2.52º55.87%83.53%-
XYZ33.9223.8813.41-
YUV132.52106.27185.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.46%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=52.46%
G=24.38%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213999400.540.560.162.5258.6260.2
HexD5635E036381033b3c
Octal325143136066702037374
Binary110101011100011101111001101101110001000011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5635E; }

 p { color: rgb(213,99,94); }

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

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

 a { background-color: rgb(213,99,94); }

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

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

 span { border-color: rgb(213,99,94); }

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