Html Css Color HEX #FE2116 Scarlet

📋 copy color: '#FE2116'

red 254 ◦ green 33 ◦ blue 22

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

Shades of Scarlet #FE2116

Tints of Scarlet #FE2116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.12%

R = 82.2%
G = 10.68%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE2116 (or 0xFE2116) is known color: Scarlet. HEX triplet: FE, 21 and 16. RGB value is (254,33,22). Sum of RGB (Red+Green+Blue) = 254+33+22=309 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.20% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2116 is #01DEE9. Grayscale: #626262. Windows color (decimal): -122602 or 1450494. OLE color: 1450494.

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

Color convert

RGB 254 33 22 -
CMYK 0 0.87 0.91 0.00
HSL 2.84º 0.99% 0.54% -
HSV(B) 2.84º 0.91% 1% -
XYZ 41.56 22.22 2.86 -
YUV 97.83 85.22 239.39 -
System Red Green Blue C M Y K H S L
Decimal 254 33 22 0 0.87 0.91 0.00 2.84 0.99 0.54
Hex FE 21 16 0 57 5B 0 3 63 36
Octal 376 41 26 0 127 133 0 3 143 66
Binary 11111110 100001 10110 0 1010111 1011011 0 11 1100011 110110

Color Harmonies of #FE2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2116

Black with #FE2116

Text Example


Text Example

White with #FE2116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2116; }

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

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

background-color css

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

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

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

border-color css

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

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

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