#EF331E

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

Shades of Cinnabar #EF331E

Tints of Cinnabar #EF331E

Color information

#EF331E (or 0xEF331E) is unknown color: approx Cinnabar. HEX triplet: EF, 33 and 1E. RGB value is (239,51,30). Sum of RGB (Red+Green+Blue) = 239+51+30=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF331E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF331E is #10CCE1. Grayscale: #696969. Windows color (decimal): -1101026 or 1979375. OLE color: 1979375.

HSL color Cylindrical-coordinate representation of color #EF331E: hue angle of 6.03º 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 #EF331E is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB2395130-
CMYK00.790.870.06
HSL6.03º86.72%52.75%-
HSV(B)6.03º87.45%93.73%-
XYZ37.0120.813.29-
YUV104.8285.78223.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 74.69%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 30 (12.11% from 255) = 9.38%
R=74.69%
G=15.94%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239513000.790.870.066.0386.7252.75
HexEF331E04F57665735
Octal357633601171276612765
Binary11101111110011111100100111110101111101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF331E; }

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

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

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

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

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

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

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

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