#F14433

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

Shades of Cinnabar #F14433

Tints of Cinnabar #F14433

Color information

#F14433 (or 0xF14433) is unknown color: approx Cinnabar. HEX triplet: F1, 44 and 33. RGB value is (241,68,51). Sum of RGB (Red+Green+Blue) = 241+68+51=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F14433 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14433 is #0EBBCC. Grayscale: #767676. Windows color (decimal): -965581 or 3359985. OLE color: 3359985.

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

Color convert

RGB2416851-
CMYK00.720.790.05
HSL5.37º87.16%57.25%-
HSV(B)5.37º78.84%94.51%-
XYZ38.9423.075.53-
YUV117.7990.31215.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.94%
GREEN value IS 68 (26.95% from 255) = 18.89%
BLUE value IS 51 (20.31% from 255) = 14.17%
R=66.94%
G=18.89%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241685100.720.790.055.3787.1657.25
HexF144330484F555739
Octal3611046301101175512771
Binary1111000110001001100110100100010011111011011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14433; }

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

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

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

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

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

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

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

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