Html Css Color HEX #FE1414 Scarlet

📋 copy color: '#FE1414'

red 254 ◦ green 20 ◦ blue 20

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

Shades of Scarlet #FE1414

Tints of Scarlet #FE1414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.8%

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

R = 86.39%
G = 6.8%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE1414 (or 0xFE1414) is known color: Scarlet. HEX triplet: FE, 14 and 14. RGB value is (254,20,20). Sum of RGB (Red+Green+Blue) = 254+20+20=294 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.39% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1414 is #01EBEB. Grayscale: #5A5A5A. Windows color (decimal): -125932 or 1316094. OLE color: 1316094.

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

Color convert

RGB 254 20 20 -
CMYK 0 0.92 0.92 0.00
HSL 0.99% 0.54% -
HSV(B) 0.92% 1% -
XYZ 41.25 21.62 2.66 -
YUV 89.97 88.52 245 -
System Red Green Blue C M Y K H S L
Decimal 254 20 20 0 0.92 0.92 0.00 0 0.99 0.54
Hex FE 14 14 0 5C 5C 0 0 63 36
Octal 376 24 24 0 134 134 0 0 143 66
Binary 11111110 10100 10100 0 1011100 1011100 0 0 1100011 110110

Color Harmonies of #FE1414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1414

Black with #FE1414

Text Example


Text Example

White with #FE1414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1414; }

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

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

background-color css

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

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

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

border-color css

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

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

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