Html Css Color HEX #FE2101 Scarlet

📋 copy color: '#FE2101'

red 254 ◦ green 33 ◦ blue 1

#FE2101
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #FE2101

Tints of Scarlet #FE2101

RGB

 RED value IS 254 (99.61% from 255) = 88.19%

 GREEN value IS 33 (13.28% from 255) = 11.46%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 88.19%
G = 11.46%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE2101 (or 0xFE2101) is known color: Scarlet. HEX triplet: FE, 21 and 01. RGB value is (254,33,1). Sum of RGB (Red+Green+Blue) = 254+33+1=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2101 is #01DEFE. Grayscale: #5F5F5F. Windows color (decimal): -122623 or 74238. OLE color: 74238.

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

Color convert

RGB 254 33 1 -
CMYK 0 0.87 1.00 0.00
HSL 7.59º 0.99% 0.5% -
HSV(B) 7.59º 1% 1% -
XYZ 41.42 22.16 2.12 -
YUV 95.43 74.72 241.1 -
System Red Green Blue C M Y K H S L
Decimal 254 33 1 0 0.87 1.00 0.00 7.59 0.99 0.5
Hex FE 21 1 0 57 64 0 8 63 32
Octal 376 41 1 0 127 144 0 10 143 62
Binary 11111110 100001 1 0 1010111 1100100 0 1000 1100011 110010

Color Harmonies of #FE2101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2101

Black with #FE2101

Text Example


Text Example

White with #FE2101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2101; }

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

 H1.HeaderClassName
 {
   color: #FE2101;
 }
 .AnyTagClassName
 {
   color: #FE2101;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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