#FE2A07

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

Shades of Scarlet #FE2A07

Tints of Scarlet #FE2A07

Color information

#FE2A07 (or 0xFE2A07) is unknown color: approx Scarlet. HEX triplet: FE, 2A and 07. RGB value is (254,42,7). Sum of RGB (Red+Green+Blue) = 254+42+7=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2A07 is #01D5F8. Grayscale: #656565. Windows color (decimal): -120313 or 469758. OLE color: 469758.

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

Color convert

RGB254427-
CMYK00.830.970.00
HSL8.5º99.2%51.18%-
HSV(B)8.5º97.24%99.61%-
XYZ41.7422.742.39-
YUV101.474.74236.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 83.83%
GREEN value IS 42 (16.80% from 255) = 13.86%
BLUE value IS 7 (3.12% from 255) = 2.31%
R=83.83%
G=13.86%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25442700.830.970.008.599.251.18
HexFE2A705361096333
Octal376527012314101114363
Binary11111110101010111010100111100001010011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2A07; }

 p { color: rgb(254,42,7); }

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

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

 a { background-color: rgb(254,42,7); }

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

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

 span { border-color: rgb(254,42,7); }

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