#D65E5B

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

Shades of Roman #D65E5B

Tints of Roman #D65E5B

Color information

#D65E5B (or 0xD65E5B) is unknown color: approx Roman. HEX triplet: D6, 5E and 5B. RGB value is (214,94,91). Sum of RGB (Red+Green+Blue) = 214+94+91=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65E5B is #29A1A4. Grayscale: #818181. Windows color (decimal): -2728357 or 5988054. OLE color: 5988054.

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

Color convert

RGB2149491-
CMYK00.560.570.16
HSL1.46º60%59.8%-
HSV(B)1.46º57.48%83.92%-
XYZ33.6223.0612.58-
YUV129.54106.26188.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.63%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=53.63%
G=23.56%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214949100.560.570.161.466059.8
HexD65E5B038391013c3c
Octal326136133070712017474
Binary11010110101111010110110111000111001100001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65E5B; }

 p { color: rgb(214,94,91); }

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

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

 a { background-color: rgb(214,94,91); }

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

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

 span { border-color: rgb(214,94,91); }

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