#FF201E

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

Shades of Scarlet #FF201E

Tints of Scarlet #FF201E

Color information

#FF201E (or 0xFF201E) is unknown color: approx Scarlet. HEX triplet: FF, 20 and 1E. RGB value is (255,32,30). Sum of RGB (Red+Green+Blue) = 255+32+30=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF201E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF201E is #00DFE1. Grayscale: #626262. Windows color (decimal): -57314 or 1974527. OLE color: 1974527.

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

Color convert

RGB2553230-
CMYK00.870.880
HSL0.53º100%55.88%-
HSV(B)0.53º88.24%100%-
XYZ41.9922.393.34-
YUV98.4589.38239.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 80.44%
GREEN value IS 32 (12.89% from 255) = 10.09%
BLUE value IS 30 (12.11% from 255) = 9.46%
R=80.44%
G=10.09%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255323000.870.8800.5310055.88
HexFF201E05758016438
Octal377403601271300114470
Binary1111111110000011110010101111011000011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF201E; }

 p { color: rgb(255,32,30); }

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

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

 a { background-color: rgb(255,32,30); }

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

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

 span { border-color: rgb(255,32,30); }

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