#E65529

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

Shades of Cinnabar #E65529

Tints of Cinnabar #E65529

Color information

#E65529 (or 0xE65529) is unknown color: approx Cinnabar. HEX triplet: E6, 55 and 29. RGB value is (230,85,41). Sum of RGB (Red+Green+Blue) = 230+85+41=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E65529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65529 is #19AAD6. Grayscale: #7B7B7B. Windows color (decimal): -1682135 or 2708966. OLE color: 2708966.

HSL color Cylindrical-coordinate representation of color #E65529: hue angle of 13.97º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E65529 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB2308541-
CMYK00.630.820.10
HSL13.97º79.08%53.14%-
HSV(B)13.97º82.17%90.2%-
XYZ36.2823.484.72-
YUV123.3481.54204.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 64.61%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 41 (16.41% from 255) = 11.52%
R=64.61%
G=23.88%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230854100.630.820.1013.9779.0853.14
HexE6552903F52Ae4f35
Octal34612551077122121611765
Binary11100110101010110100101111111010010101011101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65529; }

 p { color: rgb(230,85,41); }

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

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

 a { background-color: rgb(230,85,41); }

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

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

 span { border-color: rgb(230,85,41); }

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