Html Css Color HEX #FE1413 Scarlet

📋 copy color: '#FE1413'

red 254 ◦ green 20 ◦ blue 19

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

Shades of Scarlet #FE1413

Tints of Scarlet #FE1413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.48%

R = 86.69%
G = 6.83%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE1413 (or 0xFE1413) is known color: Scarlet. HEX triplet: FE, 14 and 13. RGB value is (254,20,19). Sum of RGB (Red+Green+Blue) = 254+20+19=293 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.69% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1413 is #01EBEC. Grayscale: #5A5A5A. Windows color (decimal): -125933 or 1250558. OLE color: 1250558.

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

Color convert

RGB 254 20 19 -
CMYK 0 0.92 0.93 0.00
HSL 0.26º 0.99% 0.54% -
HSV(B) 0.26º 0.93% 1% -
XYZ 41.24 21.62 2.62 -
YUV 89.85 88.02 245.08 -
System Red Green Blue C M Y K H S L
Decimal 254 20 19 0 0.92 0.93 0.00 0.26 0.99 0.54
Hex FE 14 13 0 5C 5D 0 0 63 36
Octal 376 24 23 0 134 135 0 0 143 66
Binary 11111110 10100 10011 0 1011100 1011101 0 0 1100011 110110

Color Harmonies of #FE1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1413

Black with #FE1413

Text Example


Text Example

White with #FE1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1413; }

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

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

background-color css

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

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

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

border-color css

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

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

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