#F34E1E

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

Shades of Cinnabar #F34E1E

Tints of Cinnabar #F34E1E

Color information

#F34E1E (or 0xF34E1E) is unknown color: approx Cinnabar. HEX triplet: F3, 4E and 1E. RGB value is (243,78,30). Sum of RGB (Red+Green+Blue) = 243+78+30=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34E1E is #0CB1E1. Grayscale: #7A7A7A. Windows color (decimal): -831970 or 1986291. OLE color: 1986291.

HSL color Cylindrical-coordinate representation of color #F34E1E: hue angle of 13.52º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F34E1E is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB2437830-
CMYK00.680.880.05
HSL13.52º89.87%53.53%-
HSV(B)13.52º87.65%95.29%-
XYZ39.9224.63.87-
YUV121.8676.16214.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 69.23%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 30 (12.11% from 255) = 8.55%
R=69.23%
G=22.22%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243783000.680.880.0513.5289.8753.53
HexF34E1E044585e5a36
Octal36311636010413051613266
Binary1111001110011101111001000100101100010111101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34E1E; }

 p { color: rgb(243,78,30); }

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

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

 a { background-color: rgb(243,78,30); }

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

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

 span { border-color: rgb(243,78,30); }

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