#EF451E

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

Shades of Cinnabar #EF451E

Tints of Cinnabar #EF451E

Color information

#EF451E (or 0xEF451E) is unknown color: approx Cinnabar. HEX triplet: EF, 45 and 1E. RGB value is (239,69,30). Sum of RGB (Red+Green+Blue) = 239+69+30=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF451E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF451E is #10BAE1. Grayscale: #737373. Windows color (decimal): -1096418 or 1983983. OLE color: 1983983.

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

Color convert

RGB2396930-
CMYK00.710.870.06
HSL11.2º86.72%52.75%-
HSV(B)11.2º87.45%93.73%-
XYZ37.9622.73.61-
YUV115.3879.82216.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.71%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 30 (12.11% from 255) = 8.88%
R=70.71%
G=20.41%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239693000.710.870.0611.286.7252.75
HexEF451E047576b5735
Octal35710536010712761312765
Binary1110111110001011111001000111101011111010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF451E; }

 p { color: rgb(239,69,30); }

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

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

 a { background-color: rgb(239,69,30); }

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

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

 span { border-color: rgb(239,69,30); }

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