#EF443B

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

Shades of Cinnabar #EF443B

Tints of Cinnabar #EF443B

Color information

#EF443B (or 0xEF443B) is unknown color: approx Cinnabar. HEX triplet: EF, 44 and 3B. RGB value is (239,68,59). Sum of RGB (Red+Green+Blue) = 239+68+59=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF443B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF443B is #10BBC4. Grayscale: #767676. Windows color (decimal): -1096645 or 3884271. OLE color: 3884271.

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

Color convert

RGB2396859-
CMYK00.720.750.06
HSL84.91%58.43%-
HSV(B)75.31%93.73%-
XYZ38.4522.86.51-
YUV118.194.65214.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 65.30%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 59 (23.44% from 255) = 16.12%
R=65.30%
G=18.58%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239685900.720.750.06384.9158.43
HexEF443B0484B63553a
Octal3571047301101136312572
Binary111011111000100111011010010001001011110111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF443B; }

 p { color: rgb(239,68,59); }

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

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

 a { background-color: rgb(239,68,59); }

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

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

 span { border-color: rgb(239,68,59); }

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