#ef4c1c

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

Shades of Cinnabar #EF4C1C

Tints of Cinnabar #EF4C1C

Color information

#EF4C1C (or 0xEF4C1C) is unknown color: approx Cinnabar. HEX triplet: EF, 4C and 1C. RGB value is (239,76,28). Sum of RGB (Red+Green+Blue) = 239+76+28=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4C1C is #10B3E3. Grayscale: #777777. Windows color (decimal): -1094628 or 1854703. OLE color: 1854703.

HSL color Cylindrical-coordinate representation of color #EF4C1C: hue angle of 13.65º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF4C1C is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB2397628-
CMYK00.680.880.06
HSL13.65º86.83%52.35%-
HSV(B)13.65º88.28%93.73%-
XYZ38.3923.63.63-
YUV119.2676.5213.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 69.68%
GREEN value IS 76 (30.08% from 255) = 22.16%
BLUE value IS 28 (11.33% from 255) = 8.16%
R=69.68%
G=22.16%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239762800.680.880.0613.6586.8352.35
HexEF4C1C044586e5734
Octal35711434010413061612764
Binary1110111110011001110001000100101100011011101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef4c1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef4c1c; }

 p { color: rgb(239,76,28); }

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

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

 a { background-color: rgb(239,76,28); }

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

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

 span { border-color: rgb(239,76,28); }

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