Html Css Color HEX #FE1409 Scarlet

📋 copy color: '#FE1409'

red 254 ◦ green 20 ◦ blue 9

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

Shades of Scarlet #FE1409

Tints of Scarlet #FE1409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

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

R = 89.75%
G = 7.07%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE1409 (or 0xFE1409) is known color: Scarlet. HEX triplet: FE, 14 and 09. RGB value is (254,20,9). Sum of RGB (Red+Green+Blue) = 254+20+9=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1409 is #01EBF6. Grayscale: #585858. Windows color (decimal): -125943 or 595198. OLE color: 595198.

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

Color convert

RGB 254 20 9 -
CMYK 0 0.92 0.96 0.00
HSL 2.69º 0.99% 0.52% -
HSV(B) 2.69º 0.96% 1% -
XYZ 41.17 21.59 2.26 -
YUV 88.71 83.02 245.89 -
System Red Green Blue C M Y K H S L
Decimal 254 20 9 0 0.92 0.96 0.00 2.69 0.99 0.52
Hex FE 14 9 0 5C 60 0 3 63 34
Octal 376 24 11 0 134 140 0 3 143 64
Binary 11111110 10100 1001 0 1011100 1100000 0 11 1100011 110100

Color Harmonies of #FE1409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1409

Black with #FE1409

Text Example


Text Example

White with #FE1409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1409; }

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

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

background-color css

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

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

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

border-color css

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

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

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