#ff4d11

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

Shades of Vermilion #FF4D11

Tints of Vermilion #FF4D11

Color information

#FF4D11 (or 0xFF4D11) is unknown color: approx Vermilion. HEX triplet: FF, 4D and 11. RGB value is (255,77,17). Sum of RGB (Red+Green+Blue) = 255+77+17=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D11 is #00B2EE. Grayscale: #7B7B7B. Windows color (decimal): -45807 or 1134079. OLE color: 1134079.

HSL color Cylindrical-coordinate representation of color #FF4D11: hue angle of 15.13º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF4D11 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB2557717-
CMYK00.700.930
HSL15.13º100%53.33%-
HSV(B)15.13º93.33%100%-
XYZ4426.613.35-
YUV123.3867.97221.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.07%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 17 (7.03% from 255) = 4.87%
R=73.07%
G=22.06%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255771700.700.93015.1310053.33
HexFF4D110465D0f6435
Octal37711521010613501714465
Binary11111111100110110001010001101011101011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff4d11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff4d11; }

 p { color: rgb(255,77,17); }

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

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

 a { background-color: rgb(255,77,17); }

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

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

 span { border-color: rgb(255,77,17); }

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