#F1502B

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

Shades of Cinnabar #F1502B

Tints of Cinnabar #F1502B

Color information

#F1502B (or 0xF1502B) is unknown color: approx Cinnabar. HEX triplet: F1, 50 and 2B. RGB value is (241,80,43). Sum of RGB (Red+Green+Blue) = 241+80+43=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F1502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1502B is #0EAFD4. Grayscale: #7C7C7C. Windows color (decimal): -962517 or 2838769. OLE color: 2838769.

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

Color convert

RGB2418043-
CMYK00.670.820.05
HSL11.21º87.61%55.69%-
HSV(B)11.21º82.16%94.51%-
XYZ39.5824.614.95-
YUV123.9282.34211.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.21%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 43 (17.19% from 255) = 11.81%
R=66.21%
G=21.98%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241804300.670.820.0511.2187.6155.69
HexF1502B043525b5838
Octal36112053010312251313070
Binary11110001101000010101101000011101001010110111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1502B; }

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

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

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

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

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

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

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

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