#f0381e

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

Shades of Cinnabar #F0381E

Tints of Cinnabar #F0381E

Color information

#F0381E (or 0xF0381E) is unknown color: approx Cinnabar. HEX triplet: F0, 38 and 1E. RGB value is (240,56,30). Sum of RGB (Red+Green+Blue) = 240+56+30=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F0381E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0381E is #0FC7E1. Grayscale: #6C6C6C. Windows color (decimal): -1034210 or 1980656. OLE color: 1980656.

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

Color convert

RGB2405630-
CMYK00.770.870.06
HSL7.43º87.5%52.94%-
HSV(B)7.43º87.5%94.12%-
XYZ37.5821.453.39-
YUV108.0583.96222.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 73.62%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 30 (12.11% from 255) = 9.20%
R=73.62%
G=17.18%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240563000.770.870.067.4387.552.94
HexF0381E04D57675835
Octal360703601151276713065
Binary11110000111000111100100110110101111101111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0381e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0381e; }

 p { color: rgb(240,56,30); }

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

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

 a { background-color: rgb(240,56,30); }

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

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

 span { border-color: rgb(240,56,30); }

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