#F14F2A

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

Shades of Cinnabar #F14F2A

Tints of Cinnabar #F14F2A

Color information

#F14F2A (or 0xF14F2A) is unknown color: approx Cinnabar. HEX triplet: F1, 4F and 2A. RGB value is (241,79,42). Sum of RGB (Red+Green+Blue) = 241+79+42=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14F2A is #0EB0D5. Grayscale: #7B7B7B. Windows color (decimal): -962774 or 2772977. OLE color: 2772977.

HSL color Cylindrical-coordinate representation of color #F14F2A: hue angle of 11.16º 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 #F14F2A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB2417942-
CMYK00.670.830.05
HSL11.16º87.67%55.49%-
HSV(B)11.16º82.57%94.51%-
XYZ39.4924.464.83-
YUV123.2282.17212.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.57%
GREEN value IS 79 (31.25% from 255) = 21.82%
BLUE value IS 42 (16.80% from 255) = 11.60%
R=66.57%
G=21.82%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241794200.670.830.0511.1687.6755.49
HexF14F2A043535b5837
Octal36111752010312351313067
Binary11110001100111110101001000011101001110110111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14F2A; }

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

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

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

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

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

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

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

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