Html Css Color HEX #FE1900 Scarlet

📋 copy color: '#FE1900'

red 254 ◦ green 25 ◦ blue 0

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

Shades of Scarlet #FE1900

Tints of Scarlet #FE1900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.04%
G = 8.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE1900 (or 0xFE1900) is known color: Scarlet. HEX triplet: FE, 19 and 00. RGB value is (254,25,0). Sum of RGB (Red+Green+Blue) = 254+25+0=279 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.04% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1900 is #01E6FF. Grayscale: #5A5A5A. Windows color (decimal): -124672 or 6654. OLE color: 6654.

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

Color convert

RGB 254 25 0 -
CMYK 0 0.90 1 0.00
HSL 5.91º 1% 0.5% -
HSV(B) 5.91º 1% 1% -
XYZ 41.22 21.77 2.03 -
YUV 90.62 76.87 244.53 -
System Red Green Blue C M Y K H S L
Decimal 254 25 0 0 0.90 1 0.00 5.91 1 0.5
Hex FE 19 0 0 5A 64 0 6 64 32
Octal 376 31 0 0 132 144 0 6 144 62
Binary 11111110 11001 0 0 1011010 1100100 0 110 1100100 110010

Color Harmonies of #FE1900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1900

Black with #FE1900

Text Example


Text Example

White with #FE1900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1900; }

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

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

background-color css

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

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

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

border-color css

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

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

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