Html Css Color HEX #FE1C16 Scarlet

📋 copy color: '#FE1C16'

red 254 ◦ green 28 ◦ blue 22

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

Shades of Scarlet #FE1C16

Tints of Scarlet #FE1C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.21%

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

R = 83.55%
G = 9.21%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE1C16 (or 0xFE1C16) is known color: Scarlet. HEX triplet: FE, 1C and 16. RGB value is (254,28,22). Sum of RGB (Red+Green+Blue) = 254+28+22=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1C16 is #01E3E9. Grayscale: #5F5F5F. Windows color (decimal): -123882 or 1449214. OLE color: 1449214.

HSL color Cylindrical-coordinate representation of color #FE1C16: hue angle of 1.55º 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 #FE1C16 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 28 22 -
CMYK 0 0.89 0.91 0.00
HSL 1.55º 0.99% 0.54% -
HSV(B) 1.55º 0.91% 1% -
XYZ 41.43 21.96 2.81 -
YUV 94.89 86.87 241.49 -
System Red Green Blue C M Y K H S L
Decimal 254 28 22 0 0.89 0.91 0.00 1.55 0.99 0.54
Hex FE 1C 16 0 59 5B 0 2 63 36
Octal 376 34 26 0 131 133 0 2 143 66
Binary 11111110 11100 10110 0 1011001 1011011 0 10 1100011 110110

Color Harmonies of #FE1C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1C16

Black with #FE1C16

Text Example


Text Example

White with #FE1C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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