#F05127

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

Shades of Cinnabar #F05127

Tints of Cinnabar #F05127

Color information

#F05127 (or 0xF05127) is unknown color: approx Cinnabar. HEX triplet: F0, 51 and 27. RGB value is (240,81,39). Sum of RGB (Red+Green+Blue) = 240+81+39=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F05127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05127 is #0FAED8. Grayscale: #7C7C7C. Windows color (decimal): -1027801 or 2576880. OLE color: 2576880.

HSL color Cylindrical-coordinate representation of color #F05127: hue angle of 12.54º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F05127 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB2408139-
CMYK00.660.840.06
HSL12.54º87.01%54.71%-
HSV(B)12.54º83.75%94.12%-
XYZ39.2424.564.59-
YUV123.7580.18210.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.67%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 39 (15.62% from 255) = 10.83%
R=66.67%
G=22.5%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240813900.660.840.0612.5487.0154.71
HexF05127042546d5737
Octal36012147010212461512767
Binary11110000101000110011101000010101010011011011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05127; }

 p { color: rgb(240,81,39); }

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

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

 a { background-color: rgb(240,81,39); }

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

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

 span { border-color: rgb(240,81,39); }

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