#F14233

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

Shades of Cinnabar #F14233

Tints of Cinnabar #F14233

Color information

#F14233 (or 0xF14233) is unknown color: approx Cinnabar. HEX triplet: F1, 42 and 33. RGB value is (241,66,51). Sum of RGB (Red+Green+Blue) = 241+66+51=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F14233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14233 is #0EBDCC. Grayscale: #747474. Windows color (decimal): -966093 or 3359473. OLE color: 3359473.

HSL color Cylindrical-coordinate representation of color #F14233: hue angle of 4.74º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F14233 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB2416651-
CMYK00.730.790.05
HSL4.74º87.16%57.25%-
HSV(B)4.74º78.84%94.51%-
XYZ38.8222.845.49-
YUV116.6190.98216.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 67.32%
GREEN value IS 66 (26.17% from 255) = 18.44%
BLUE value IS 51 (20.31% from 255) = 14.25%
R=67.32%
G=18.44%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241665100.730.790.054.7487.1657.25
HexF142330494F555739
Octal3611026301111175512771
Binary1111000110000101100110100100110011111011011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14233; }

 p { color: rgb(241,66,51); }

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

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

 a { background-color: rgb(241,66,51); }

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

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

 span { border-color: rgb(241,66,51); }

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