Html Css Color HEX #FE1A00 Scarlet

📋 copy color: '#FE1A00'

red 254 ◦ green 26 ◦ blue 0

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

Shades of Scarlet #FE1A00

Tints of Scarlet #FE1A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.29%

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

R = 90.71%
G = 9.29%
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

#FE1A00 (or 0xFE1A00) is known color: Scarlet. HEX triplet: FE, 1A and 00. RGB value is (254,26,0). Sum of RGB (Red+Green+Blue) = 254+26+0=280 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.71% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1A00 is #01E5FF. Grayscale: #5B5B5B. Windows color (decimal): -124416 or 6910. OLE color: 6910.

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

Color convert

RGB 254 26 0 -
CMYK 0 0.90 1 0.00
HSL 6.14º 1% 0.5% -
HSV(B) 6.14º 1% 1% -
XYZ 41.24 21.81 2.04 -
YUV 91.21 76.54 244.11 -
System Red Green Blue C M Y K H S L
Decimal 254 26 0 0 0.90 1 0.00 6.14 1 0.5
Hex FE 1A 0 0 5A 64 0 6 64 32
Octal 376 32 0 0 132 144 0 6 144 62
Binary 11111110 11010 0 0 1011010 1100100 0 110 1100100 110010

Color Harmonies of #FE1A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1A00

Black with #FE1A00

Text Example


Text Example

White with #FE1A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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