#f04a1f

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

Shades of Cinnabar #F04A1F

Tints of Cinnabar #F04A1F

Color information

#F04A1F (or 0xF04A1F) is unknown color: approx Cinnabar. HEX triplet: F0, 4A and 1F. RGB value is (240,74,31). Sum of RGB (Red+Green+Blue) = 240+74+31=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A1F is #0FB5E0. Grayscale: #777777. Windows color (decimal): -1029601 or 2050800. OLE color: 2050800.

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

Color convert

RGB2407431-
CMYK00.690.870.06
HSL12.34º87.45%53.14%-
HSV(B)12.34º87.08%94.12%-
XYZ38.6323.523.8-
YUV118.7378.5214.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 69.57%
GREEN value IS 74 (29.30% from 255) = 21.45%
BLUE value IS 31 (12.5% from 255) = 8.99%
R=69.57%
G=21.45%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240743100.690.870.0612.3487.4553.14
HexF04A1F045576c5735
Octal36011237010512761412765
Binary1111000010010101111101000101101011111011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f04a1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f04a1f; }

 p { color: rgb(240,74,31); }

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

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

 a { background-color: rgb(240,74,31); }

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

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

 span { border-color: rgb(240,74,31); }

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