#FF2F18

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

Shades of Scarlet #FF2F18

Tints of Scarlet #FF2F18

Color information

#FF2F18 (or 0xFF2F18) is unknown color: approx Scarlet. HEX triplet: FF, 2F and 18. RGB value is (255,47,24). Sum of RGB (Red+Green+Blue) = 255+47+24=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2F18 is #00D0E7. Grayscale: #6A6A6A. Windows color (decimal): -53480 or 1585151. OLE color: 1585151.

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

Color convert

RGB2554724-
CMYK00.820.910
HSL5.97º100%54.71%-
HSV(B)5.97º90.59%100%-
XYZ42.4223.363.14-
YUV106.5781.41233.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.22%
GREEN value IS 47 (18.75% from 255) = 14.42%
BLUE value IS 24 (9.77% from 255) = 7.36%
R=78.22%
G=14.42%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255472400.820.9105.9710054.71
HexFF2F180525B066437
Octal377573001221330614467
Binary111111111011111100001010010101101101101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2F18; }

 p { color: rgb(255,47,24); }

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

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

 a { background-color: rgb(255,47,24); }

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

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

 span { border-color: rgb(255,47,24); }

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