#EF431E

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

Shades of Cinnabar #EF431E

Tints of Cinnabar #EF431E

Color information

#EF431E (or 0xEF431E) is unknown color: approx Cinnabar. HEX triplet: EF, 43 and 1E. RGB value is (239,67,30). Sum of RGB (Red+Green+Blue) = 239+67+30=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF431E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF431E is #10BCE1. Grayscale: #727272. Windows color (decimal): -1096930 or 1983471. OLE color: 1983471.

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

Color convert

RGB2396730-
CMYK00.720.870.06
HSL10.62º86.72%52.75%-
HSV(B)10.62º87.45%93.73%-
XYZ37.8422.463.57-
YUV114.2180.48217.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 71.13%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 30 (12.11% from 255) = 8.93%
R=71.13%
G=19.94%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239673000.720.870.0610.6286.7252.75
HexEF431E048576b5735
Octal35710336011012761312765
Binary1110111110000111111001001000101011111010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF431E; }

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

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

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

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

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

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

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

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