#FF2301

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

Shades of Scarlet #FF2301

Tints of Scarlet #FF2301

Color information

#FF2301 (or 0xFF2301) is unknown color: approx Scarlet. HEX triplet: FF, 23 and 01. RGB value is (255,35,1). Sum of RGB (Red+Green+Blue) = 255+35+1=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2301 is #00DCFE. Grayscale: #616161. Windows color (decimal): -56575 or 74751. OLE color: 74751.

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

Color convert

RGB255351-
CMYK00.861.000
HSL8.03º100%50.2%-
HSV(B)8.03º99.61%100%-
XYZ41.8522.462.16-
YUV96.973.89240.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 87.63%
GREEN value IS 35 (14.06% from 255) = 12.03%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=87.63%
G=12.03%
B=0.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25535100.861.0008.0310050.2
HexFF23105664086432
Octal377431012614401014462
Binary111111111000111010101101100100010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2301; }

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

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

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

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

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

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

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

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