#EF4338

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

Shades of Cinnabar #EF4338

Tints of Cinnabar #EF4338

Color information

#EF4338 (or 0xEF4338) is unknown color: approx Cinnabar. HEX triplet: EF, 43 and 38. RGB value is (239,67,56). Sum of RGB (Red+Green+Blue) = 239+67+56=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4338 is #10BCC7. Grayscale: #757575. Windows color (decimal): -1096904 or 3687407. OLE color: 3687407.

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

Color convert

RGB2396756-
CMYK00.720.770.06
HSL3.61º85.12%57.84%-
HSV(B)3.61º76.57%93.73%-
XYZ38.3222.656.09-
YUV117.1793.48214.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.02%
GREEN value IS 67 (26.56% from 255) = 18.51%
BLUE value IS 56 (22.27% from 255) = 15.47%
R=66.02%
G=18.51%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239675600.720.770.063.6185.1257.84
HexEF43380484D64553a
Octal3571037001101156412572
Binary1110111110000111110000100100010011011101001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4338; }

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

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

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

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

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

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

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

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