#F14E2A

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

Shades of Cinnabar #F14E2A

Tints of Cinnabar #F14E2A

Color information

#F14E2A (or 0xF14E2A) is unknown color: approx Cinnabar. HEX triplet: F1, 4E and 2A. RGB value is (241,78,42). Sum of RGB (Red+Green+Blue) = 241+78+42=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14E2A is #0EB1D5. Grayscale: #7A7A7A. Windows color (decimal): -963030 or 2772721. OLE color: 2772721.

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

Color convert

RGB2417842-
CMYK00.680.830.05
HSL10.85º87.67%55.49%-
HSV(B)10.85º82.57%94.51%-
XYZ39.4224.324.81-
YUV122.6382.5212.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.76%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 42 (16.80% from 255) = 11.63%
R=66.76%
G=21.61%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241784200.680.830.0510.8587.6755.49
HexF14E2A044535b5837
Octal36111652010412351313067
Binary11110001100111010101001000100101001110110111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14E2A; }

 p { color: rgb(241,78,42); }

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

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

 a { background-color: rgb(241,78,42); }

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

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

 span { border-color: rgb(241,78,42); }

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