Html Css Color HEX #FE1F09 Scarlet

📋 copy color: '#FE1F09'

red 254 ◦ green 31 ◦ blue 9

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

Shades of Scarlet #FE1F09

Tints of Scarlet #FE1F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.06%

R = 86.39%
G = 10.54%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE1F09 (or 0xFE1F09) is known color: Scarlet. HEX triplet: FE, 1F and 09. RGB value is (254,31,9). Sum of RGB (Red+Green+Blue) = 254+31+9=294 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.39% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1F09 is #01E0F6. Grayscale: #5F5F5F. Windows color (decimal): -123127 or 598014. OLE color: 598014.

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

Color convert

RGB 254 31 9 -
CMYK 0 0.88 0.96 0.00
HSL 5.39º 0.99% 0.52% -
HSV(B) 5.39º 0.96% 1% -
XYZ 41.41 22.07 2.34 -
YUV 95.17 79.38 241.29 -
System Red Green Blue C M Y K H S L
Decimal 254 31 9 0 0.88 0.96 0.00 5.39 0.99 0.52
Hex FE 1F 9 0 58 60 0 5 63 34
Octal 376 37 11 0 130 140 0 5 143 64
Binary 11111110 11111 1001 0 1011000 1100000 0 101 1100011 110100

Color Harmonies of #FE1F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1F09

Black with #FE1F09

Text Example


Text Example

White with #FE1F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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