#F44F1D

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

Shades of Vermilion #F44F1D

Tints of Vermilion #F44F1D

Color information

#F44F1D (or 0xF44F1D) is unknown color: approx Vermilion. HEX triplet: F4, 4F and 1D. RGB value is (244,79,29). Sum of RGB (Red+Green+Blue) = 244+79+29=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F44F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F44F1D is #0BB0E2. Grayscale: #7B7B7B. Windows color (decimal): -766179 or 1921012. OLE color: 1921012.

HSL color Cylindrical-coordinate representation of color #F44F1D: hue angle of 13.95º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F44F1D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB2447929-
CMYK00.680.880.04
HSL13.95º90.72%53.53%-
HSV(B)13.95º88.11%95.69%-
XYZ40.3324.913.85-
YUV122.6475.16214.57-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 69.32%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 29 (11.72% from 255) = 8.24%
R=69.32%
G=22.44%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244792900.680.880.0413.9590.7253.53
HexF44F1D044584e5b36
Octal36411735010413041613366
Binary1111010010011111110101000100101100010011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44F1D; }

 p { color: rgb(244,79,29); }

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

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

 a { background-color: rgb(244,79,29); }

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

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

 span { border-color: rgb(244,79,29); }

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