#EB4D35

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

Shades of Cinnabar #EB4D35

Tints of Cinnabar #EB4D35

Color information

#EB4D35 (or 0xEB4D35) is unknown color: approx Cinnabar. HEX triplet: EB, 4D and 35. RGB value is (235,77,53). Sum of RGB (Red+Green+Blue) = 235+77+53=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D35 is #14B2CA. Grayscale: #797979. Windows color (decimal): -1356491 or 3493355. OLE color: 3493355.

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

Color convert

RGB2357753-
CMYK00.670.770.08
HSL7.91º81.98%56.47%-
HSV(B)7.91º77.45%92.16%-
XYZ37.5623.235.87-
YUV121.5189.35208.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 64.38%
GREEN value IS 77 (30.47% from 255) = 21.10%
BLUE value IS 53 (21.09% from 255) = 14.52%
R=64.38%
G=21.10%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235775300.670.770.087.9181.9856.47
HexEB4D350434D885238
Octal353115650103115101012270
Binary111010111001101110101010000111001101100010001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4D35; }

 p { color: rgb(235,77,53); }

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

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

 a { background-color: rgb(235,77,53); }

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

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

 span { border-color: rgb(235,77,53); }

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