#EB4431

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

Shades of Cinnabar #EB4431

Tints of Cinnabar #EB4431

Color information

#EB4431 (or 0xEB4431) is unknown color: approx Cinnabar. HEX triplet: EB, 44 and 31. RGB value is (235,68,49). Sum of RGB (Red+Green+Blue) = 235+68+49=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4431 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4431 is #14BBCE. Grayscale: #747474. Windows color (decimal): -1358799 or 3228907. OLE color: 3228907.

HSL color Cylindrical-coordinate representation of color #EB4431: hue angle of 6.13º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB4431 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB2356849-
CMYK00.710.790.08
HSL6.13º82.3%55.69%-
HSV(B)6.13º79.15%92.16%-
XYZ36.8822.025.21-
YUV115.7790.33213.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.76%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=66.76%
G=19.32%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235684900.710.790.086.1382.355.69
HexEB44310474F865238
Octal35310461010711710612270
Binary11101011100010011000101000111100111110001101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4431; }

 p { color: rgb(235,68,49); }

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

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

 a { background-color: rgb(235,68,49); }

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

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

 span { border-color: rgb(235,68,49); }

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