Html Css Color HEX #FE1F00 Scarlet

📋 copy color: '#FE1F00'

red 254 ◦ green 31 ◦ blue 0

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

Shades of Scarlet #FE1F00

Tints of Scarlet #FE1F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.88%

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

R = 89.12%
G = 10.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE1F00 (or 0xFE1F00) is known color: Scarlet. HEX triplet: FE, 1F and 00. RGB value is (254,31,0). Sum of RGB (Red+Green+Blue) = 254+31+0=285 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.12% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1F00 is #01E0FF. Grayscale: #5E5E5E. Windows color (decimal): -123136 or 8190. OLE color: 8190.

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

Color convert

RGB 254 31 0 -
CMYK 0 0.88 1 0.00
HSL 7.32º 1% 0.5% -
HSV(B) 7.32º 1% 1% -
XYZ 41.36 22.05 2.08 -
YUV 94.14 74.88 242.02 -
System Red Green Blue C M Y K H S L
Decimal 254 31 0 0 0.88 1 0.00 7.32 1 0.5
Hex FE 1F 0 0 58 64 0 7 64 32
Octal 376 37 0 0 130 144 0 7 144 62
Binary 11111110 11111 0 0 1011000 1100100 0 111 1100100 110010

Color Harmonies of #FE1F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1F00

Black with #FE1F00

Text Example


Text Example

White with #FE1F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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