#F14533

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

Shades of Cinnabar #F14533

Tints of Cinnabar #F14533

Color information

#F14533 (or 0xF14533) is unknown color: approx Cinnabar. HEX triplet: F1, 45 and 33. RGB value is (241,69,51). Sum of RGB (Red+Green+Blue) = 241+69+51=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F14533 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14533 is #0EBACC. Grayscale: #767676. Windows color (decimal): -965325 or 3360241. OLE color: 3360241.

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

Color convert

RGB2416951-
CMYK00.710.790.05
HSL5.68º87.16%57.25%-
HSV(B)5.68º78.84%94.51%-
XYZ3923.25.55-
YUV118.3889.98215.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.76%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 51 (20.31% from 255) = 14.13%
R=66.76%
G=19.11%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241695100.710.790.055.6887.1657.25
HexF145330474F565739
Octal3611056301071175612771
Binary1111000110001011100110100011110011111011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14533; }

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

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

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

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

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

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

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

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