Html Css Color HEX #FE1808 Scarlet

📋 copy color: '#FE1808'

red 254 ◦ green 24 ◦ blue 8

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

Shades of Scarlet #FE1808

Tints of Scarlet #FE1808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.39%

 BLUE value IS 8 (3.52% from 255) = 2.8%

R = 88.81%
G = 8.39%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE1808 (or 0xFE1808) is known color: Scarlet. HEX triplet: FE, 18 and 08. RGB value is (254,24,8). Sum of RGB (Red+Green+Blue) = 254+24+8=286 (37% of max value = 765). Red value is 254 (99.61% from 255 or 88.81% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1808 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1808 is #01E7F7. Grayscale: #5B5B5B. Windows color (decimal): -124920 or 530686. OLE color: 530686.

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

Color convert

RGB 254 24 8 -
CMYK 0 0.91 0.97 0.00
HSL 3.9º 0.99% 0.51% -
HSV(B) 3.9º 0.97% 1% -
XYZ 41.24 21.74 2.25 -
YUV 90.95 81.2 244.3 -
System Red Green Blue C M Y K H S L
Decimal 254 24 8 0 0.91 0.97 0.00 3.9 0.99 0.51
Hex FE 18 8 0 5B 61 0 4 63 33
Octal 376 30 10 0 133 141 0 4 143 63
Binary 11111110 11000 1000 0 1011011 1100001 0 100 1100011 110011

Color Harmonies of #FE1808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1808

Black with #FE1808

Text Example


Text Example

White with #FE1808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1808; }

 p { color: rgb(254,24,8); }

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

background-color css

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

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

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

border-color css

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

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

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