#FF2411

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

Shades of Scarlet #FF2411

Tints of Scarlet #FF2411

Color information

#FF2411 (or 0xFF2411) is unknown color: approx Scarlet. HEX triplet: FF, 24 and 11. RGB value is (255,36,17). Sum of RGB (Red+Green+Blue) = 255+36+17=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2411 is #00DBEE. Grayscale: #636363. Windows color (decimal): -56303 or 1123583. OLE color: 1123583.

HSL color Cylindrical-coordinate representation of color #FF2411: hue angle of 4.79º 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 #FF2411 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB2553617-
CMYK00.860.930
HSL4.79º100%53.33%-
HSV(B)4.79º93.33%100%-
XYZ41.9722.562.67-
YUV99.3181.55239.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 82.79%
GREEN value IS 36 (14.45% from 255) = 11.69%
BLUE value IS 17 (7.03% from 255) = 5.52%
R=82.79%
G=11.69%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255361700.860.9304.7910053.33
HexFF24110565D056435
Octal377442101261350514465
Binary111111111001001000101010110101110101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2411; }

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

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

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

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

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

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

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

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