#ff2311

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

Shades of Scarlet #FF2311

Tints of Scarlet #FF2311

Color information

#FF2311 (or 0xFF2311) is unknown color: approx Scarlet. HEX triplet: FF, 23 and 11. RGB value is (255,35,17). Sum of RGB (Red+Green+Blue) = 255+35+17=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2311 is #00DCEE. Grayscale: #636363. Windows color (decimal): -56559 or 1123327. OLE color: 1123327.

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

Color convert

RGB2553517-
CMYK00.860.930
HSL4.54º100%53.33%-
HSV(B)4.54º93.33%100%-
XYZ41.9422.52.66-
YUV98.7381.89239.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.06%
GREEN value IS 35 (14.06% from 255) = 11.40%
BLUE value IS 17 (7.03% from 255) = 5.54%
R=83.06%
G=11.40%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255351700.860.9304.5410053.33
HexFF23110565D056435
Octal377432101261350514465
Binary111111111000111000101010110101110101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff2311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff2311; }

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

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

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

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

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

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

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

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