#ff261f

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

Shades of Scarlet #FF261F

Tints of Scarlet #FF261F

Color information

#FF261F (or 0xFF261F) is unknown color: approx Scarlet. HEX triplet: FF, 26 and 1F. RGB value is (255,38,31). Sum of RGB (Red+Green+Blue) = 255+38+31=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF261F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF261F is #00D9E0. Grayscale: #666666. Windows color (decimal): -55777 or 2041599. OLE color: 2041599.

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

Color convert

RGB2553831-
CMYK00.850.880
HSL1.88º100%56.08%-
HSV(B)1.88º87.84%100%-
XYZ42.1822.753.46-
YUV102.0887.89237.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.70%
GREEN value IS 38 (15.23% from 255) = 11.73%
BLUE value IS 31 (12.5% from 255) = 9.57%
R=78.70%
G=11.73%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255383100.850.8801.8810056.08
HexFF261F05558026438
Octal377463701251300214470
Binary11111111100110111110101010110110000101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff261f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff261f; }

 p { color: rgb(255,38,31); }

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

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

 a { background-color: rgb(255,38,31); }

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

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

 span { border-color: rgb(255,38,31); }

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