#f14632

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

Shades of Cinnabar #F14632

Tints of Cinnabar #F14632

Color information

#F14632 (or 0xF14632) is unknown color: approx Cinnabar. HEX triplet: F1, 46 and 32. RGB value is (241,70,50). Sum of RGB (Red+Green+Blue) = 241+70+50=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F14632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14632 is #0EB9CD. Grayscale: #777777. Windows color (decimal): -965070 or 3294961. OLE color: 3294961.

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

Color convert

RGB2417050-
CMYK00.710.790.05
HSL6.28º87.21%57.06%-
HSV(B)6.28º79.25%94.51%-
XYZ39.0423.315.46-
YUV118.8589.15215.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.76%
GREEN value IS 70 (27.73% from 255) = 19.39%
BLUE value IS 50 (19.92% from 255) = 13.85%
R=66.76%
G=19.39%
B=13.85%

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
Decimal241705000.710.790.056.2887.2157.06
HexF146320474F565739
Octal3611066201071175612771
Binary1111000110001101100100100011110011111011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f14632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f14632; }

 p { color: rgb(241,70,50); }

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

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

 a { background-color: rgb(241,70,50); }

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

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

 span { border-color: rgb(241,70,50); }

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