#F74C1C

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

Shades of Vermilion #F74C1C

Tints of Vermilion #F74C1C

Color information

#F74C1C (or 0xF74C1C) is unknown color: approx Vermilion. HEX triplet: F7, 4C and 1C. RGB value is (247,76,28). Sum of RGB (Red+Green+Blue) = 247+76+28=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74C1C is #08B3E3. Grayscale: #7A7A7A. Windows color (decimal): -570340 or 1854711. OLE color: 1854711.

HSL color Cylindrical-coordinate representation of color #F74C1C: hue angle of 13.15º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F74C1C is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB2477628-
CMYK00.690.890.03
HSL13.15º93.19%53.92%-
HSV(B)13.15º88.66%96.86%-
XYZ41.1525.033.76-
YUV121.6675.15217.4-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.37%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 28 (11.33% from 255) = 7.98%
R=70.37%
G=21.65%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247762800.690.890.0313.1593.1953.92
HexF74C1C045593d5d36
Octal36711434010513131513566
Binary111101111001100111000100010110110011111011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74C1C; }

 p { color: rgb(247,76,28); }

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

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

 a { background-color: rgb(247,76,28); }

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

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

 span { border-color: rgb(247,76,28); }

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