#F14D33

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

Shades of Cinnabar #F14D33

Tints of Cinnabar #F14D33

Color information

#F14D33 (or 0xF14D33) is unknown color: approx Cinnabar. HEX triplet: F1, 4D and 33. RGB value is (241,77,51). Sum of RGB (Red+Green+Blue) = 241+77+51=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14D33 is #0EB2CC. Grayscale: #7B7B7B. Windows color (decimal): -963277 or 3362289. OLE color: 3362289.

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

Color convert

RGB2417751-
CMYK00.680.790.05
HSL8.21º87.16%57.25%-
HSV(B)8.21º78.84%94.51%-
XYZ39.5324.255.73-
YUV123.0787.33212.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 65.31%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 51 (20.31% from 255) = 13.82%
R=65.31%
G=20.87%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241775100.680.790.058.2187.1657.25
HexF14D330444F585739
Octal36111563010411751012771
Binary11110001100110111001101000100100111110110001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14D33; }

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

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

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

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

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

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

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

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