#EF3818

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

Shades of Cinnabar #EF3818

Tints of Cinnabar #EF3818

Color information

#EF3818 (or 0xEF3818) is unknown color: approx Cinnabar. HEX triplet: EF, 38 and 18. RGB value is (239,56,24). Sum of RGB (Red+Green+Blue) = 239+56+24=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3818 is #10C7E7. Grayscale: #6B6B6B. Windows color (decimal): -1099752 or 1587439. OLE color: 1587439.

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

Color convert

RGB2395624-
CMYK00.770.900.06
HSL8.93º87.04%51.57%-
HSV(B)8.93º89.96%93.73%-
XYZ37.1821.253.01-
YUV107.0781.13222.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 74.92%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 24 (9.77% from 255) = 7.52%
R=74.92%
G=17.55%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239562400.770.900.068.9387.0451.57
HexEF381804D5A695734
Octal3577030011513261112764
Binary111011111110001100001001101101101011010011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3818; }

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

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

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

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

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

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

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

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