Html Css Color HEX #FE1609 Scarlet

📋 copy color: '#FE1609'

red 254 ◦ green 22 ◦ blue 9

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

Shades of Scarlet #FE1609

Tints of Scarlet #FE1609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

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

R = 89.12%
G = 7.72%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE1609 (or 0xFE1609) is known color: Scarlet. HEX triplet: FE, 16 and 09. RGB value is (254,22,9). Sum of RGB (Red+Green+Blue) = 254+22+9=285 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.12% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1609 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1609 is #01E9F6. Grayscale: #5A5A5A. Windows color (decimal): -125431 or 595710. OLE color: 595710.

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

Color convert

RGB 254 22 9 -
CMYK 0 0.91 0.96 0.00
HSL 3.18º 0.99% 0.52% -
HSV(B) 3.18º 0.96% 1% -
XYZ 41.21 21.66 2.27 -
YUV 89.89 82.36 245.06 -
System Red Green Blue C M Y K H S L
Decimal 254 22 9 0 0.91 0.96 0.00 3.18 0.99 0.52
Hex FE 16 9 0 5B 60 0 3 63 34
Octal 376 26 11 0 133 140 0 3 143 64
Binary 11111110 10110 1001 0 1011011 1100000 0 11 1100011 110100

Color Harmonies of #FE1609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1609

Black with #FE1609

Text Example


Text Example

White with #FE1609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1609; }

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

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

background-color css

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

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

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

border-color css

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

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

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