#FE210B

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

Shades of Scarlet #FE210B

Tints of Scarlet #FE210B

Color information

#FE210B (or 0xFE210B) is unknown color: approx Scarlet. HEX triplet: FE, 21 and 0B. RGB value is (254,33,11). Sum of RGB (Red+Green+Blue) = 254+33+11=298 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.23% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 254 - color contains mainly: red. Hex color #FE210B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE210B is #01DEF4. Grayscale: #606060. Windows color (decimal): -122613 or 729598. OLE color: 729598.

HSL color Cylindrical-coordinate representation of color #FE210B: hue angle of 5.43º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE210B is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB2543311-
CMYK00.870.960.00
HSL5.43º99.18%51.96%-
HSV(B)5.43º95.67%99.61%-
XYZ41.4822.182.41-
YUV96.5779.72240.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 85.23%
GREEN value IS 33 (13.28% from 255) = 11.07%
BLUE value IS 11 (4.69% from 255) = 3.69%
R=85.23%
G=11.07%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254331100.870.960.005.4399.1851.96
HexFE21B05760056334
Octal376411301271400514364
Binary11111110100001101101010111110000001011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE210B; }

 p { color: rgb(254,33,11); }

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

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

 a { background-color: rgb(254,33,11); }

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

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

 span { border-color: rgb(254,33,11); }

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