#EB4D2D

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

Shades of Cinnabar #EB4D2D

Tints of Cinnabar #EB4D2D

Color information

#EB4D2D (or 0xEB4D2D) is unknown color: approx Cinnabar. HEX triplet: EB, 4D and 2D. RGB value is (235,77,45). Sum of RGB (Red+Green+Blue) = 235+77+45=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D2D is #14B2D2. Grayscale: #787878. Windows color (decimal): -1356499 or 2969067. OLE color: 2969067.

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

Color convert

RGB2357745-
CMYK00.670.810.08
HSL10.11º82.61%54.9%-
HSV(B)10.11º80.85%92.16%-
XYZ37.3923.164.98-
YUV120.5985.35209.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.83%
GREEN value IS 77 (30.47% from 255) = 21.57%
BLUE value IS 45 (17.97% from 255) = 12.61%
R=65.83%
G=21.57%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235774500.670.810.0810.1182.6154.9
HexEB4D2D043518a5337
Octal353115550103121101212367
Binary111010111001101101101010000111010001100010101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4D2D; }

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

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

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

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

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

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

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

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