#eb4f1d

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

Shades of Cinnabar #EB4F1D

Tints of Cinnabar #EB4F1D

Color information

#EB4F1D (or 0xEB4F1D) is unknown color: approx Cinnabar. HEX triplet: EB, 4F and 1D. RGB value is (235,79,29). Sum of RGB (Red+Green+Blue) = 235+79+29=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4F1D is #14B0E2. Grayscale: #787878. Windows color (decimal): -1356003 or 1921003. OLE color: 1921003.

HSL color Cylindrical-coordinate representation of color #EB4F1D: hue angle of 14.56º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB4F1D is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB2357929-
CMYK00.660.880.08
HSL14.56º83.74%51.76%-
HSV(B)14.56º87.66%92.16%-
XYZ37.2823.343.7-
YUV119.9476.68210.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 68.51%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 29 (11.72% from 255) = 8.45%
R=68.51%
G=23.03%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235792900.660.880.0814.5683.7451.76
HexEB4F1D042588f5434
Octal353117350102130101712464
Binary11101011100111111101010000101011000100011111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb4f1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb4f1d; }

 p { color: rgb(235,79,29); }

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

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

 a { background-color: rgb(235,79,29); }

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

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

 span { border-color: rgb(235,79,29); }

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