#EF4326

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

Shades of Cinnabar #EF4326

Tints of Cinnabar #EF4326

Color information

#EF4326 (or 0xEF4326) is unknown color: approx Cinnabar. HEX triplet: EF, 43 and 26. RGB value is (239,67,38). Sum of RGB (Red+Green+Blue) = 239+67+38=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4326 is #10BCD9. Grayscale: #737373. Windows color (decimal): -1096922 or 2507759. OLE color: 2507759.

HSL color Cylindrical-coordinate representation of color #EF4326: hue angle of 8.66º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF4326 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB2396738-
CMYK00.720.840.06
HSL8.66º86.27%54.31%-
HSV(B)8.66º84.1%93.73%-
XYZ37.9522.54.18-
YUV115.1284.48216.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 69.48%
GREEN value IS 67 (26.56% from 255) = 19.48%
BLUE value IS 38 (15.23% from 255) = 11.05%
R=69.48%
G=19.48%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239673800.720.840.068.6686.2754.31
HexEF432604854695636
Octal35710346011012461112666
Binary11101111100001110011001001000101010011010011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4326; }

 p { color: rgb(239,67,38); }

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

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

 a { background-color: rgb(239,67,38); }

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

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

 span { border-color: rgb(239,67,38); }

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