#F1502A

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

Shades of Cinnabar #F1502A

Tints of Cinnabar #F1502A

Color information

#F1502A (or 0xF1502A) is unknown color: approx Cinnabar. HEX triplet: F1, 50 and 2A. RGB value is (241,80,42). Sum of RGB (Red+Green+Blue) = 241+80+42=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F1502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1502A is #0EAFD5. Grayscale: #7C7C7C. Windows color (decimal): -962518 or 2773233. OLE color: 2773233.

HSL color Cylindrical-coordinate representation of color #F1502A: hue angle of 11.46º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1502A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB2418042-
CMYK00.670.830.05
HSL11.46º87.67%55.49%-
HSV(B)11.46º82.57%94.51%-
XYZ39.5624.614.85-
YUV123.8181.84211.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.39%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 42 (16.80% from 255) = 11.57%
R=66.39%
G=22.04%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241804200.670.830.0511.4687.6755.49
HexF1502A043535b5837
Octal36112052010312351313067
Binary11110001101000010101001000011101001110110111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1502A; }

 p { color: rgb(241,80,42); }

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

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

 a { background-color: rgb(241,80,42); }

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

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

 span { border-color: rgb(241,80,42); }

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