Html Css Color HEX #FE2019 Scarlet

📋 copy color: '#FE2019'

red 254 ◦ green 32 ◦ blue 25

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

Shades of Scarlet #FE2019

Tints of Scarlet #FE2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.29%

 BLUE value IS 25 (10.16% from 255) = 8.04%

R = 81.67%
G = 10.29%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE2019 (or 0xFE2019) is known color: Scarlet. HEX triplet: FE, 20 and 19. RGB value is (254,32,25). Sum of RGB (Red+Green+Blue) = 254+32+25=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2019 is #01DFE6. Grayscale: #616161. Windows color (decimal): -122855 or 1646846. OLE color: 1646846.

HSL color Cylindrical-coordinate representation of color #FE2019: hue angle of 1.83º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE2019 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 32 25 -
CMYK 0 0.87 0.90 0.00
HSL 1.83º 0.99% 0.55% -
HSV(B) 1.83º 0.9% 1% -
XYZ 41.57 22.17 3.01 -
YUV 97.58 87.05 239.57 -
System Red Green Blue C M Y K H S L
Decimal 254 32 25 0 0.87 0.90 0.00 1.83 0.99 0.55
Hex FE 20 19 0 57 5A 0 2 63 37
Octal 376 40 31 0 127 132 0 2 143 67
Binary 11111110 100000 11001 0 1010111 1011010 0 10 1100011 110111

Color Harmonies of #FE2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2019

Black with #FE2019

Text Example


Text Example

White with #FE2019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2019; }

 p { color: rgb(254,32,25); }

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

background-color css

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

 a { background-color: rgb(254,32,25); }

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

border-color css

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

 span { border-color: rgb(254,32,25); }

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