#FF2A11

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

Shades of Scarlet #FF2A11

Tints of Scarlet #FF2A11

Color information

#FF2A11 (or 0xFF2A11) is unknown color: approx Scarlet. HEX triplet: FF, 2A and 11. RGB value is (255,42,17). Sum of RGB (Red+Green+Blue) = 255+42+17=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2A11 is #00D5EE. Grayscale: #676767. Windows color (decimal): -54767 or 1125119. OLE color: 1125119.

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

Color convert

RGB2554217-
CMYK00.840.930
HSL6.3º100%53.33%-
HSV(B)6.3º93.33%100%-
XYZ42.1722.962.74-
YUV102.8479.57236.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 81.21%
GREEN value IS 42 (16.80% from 255) = 13.38%
BLUE value IS 17 (7.03% from 255) = 5.41%
R=81.21%
G=13.38%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255421700.840.9306.310053.33
HexFF2A110545D066435
Octal377522101241350614465
Binary111111111010101000101010100101110101101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2A11; }

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

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

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

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

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

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

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

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