Html Css Color HEX #FE1914 Scarlet

📋 copy color: '#FE1914'

red 254 ◦ green 25 ◦ blue 20

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

Shades of Scarlet #FE1914

Tints of Scarlet #FE1914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.36%

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 84.95%
G = 8.36%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE1914 (or 0xFE1914) is known color: Scarlet. HEX triplet: FE, 19 and 14. RGB value is (254,25,20). Sum of RGB (Red+Green+Blue) = 254+25+20=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1914 is #01E6EB. Grayscale: #5D5D5D. Windows color (decimal): -124652 or 1317374. OLE color: 1317374.

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

Color convert

RGB 254 25 20 -
CMYK 0 0.90 0.92 0.00
HSL 1.28º 0.99% 0.54% -
HSV(B) 1.28º 0.92% 1% -
XYZ 41.35 21.82 2.69 -
YUV 92.9 86.87 242.91 -
System Red Green Blue C M Y K H S L
Decimal 254 25 20 0 0.90 0.92 0.00 1.28 0.99 0.54
Hex FE 19 14 0 5A 5C 0 1 63 36
Octal 376 31 24 0 132 134 0 1 143 66
Binary 11111110 11001 10100 0 1011010 1011100 0 1 1100011 110110

Color Harmonies of #FE1914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1914

Black with #FE1914

Text Example


Text Example

White with #FE1914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1914; }

 p { color: rgb(254,25,20); }

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

background-color css

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

 a { background-color: rgb(254,25,20); }

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

border-color css

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

 span { border-color: rgb(254,25,20); }

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