Html Css Color HEX #FE2E19 Scarlet

📋 copy color: '#FE2E19'

red 254 ◦ green 46 ◦ blue 25

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

Shades of Scarlet #FE2E19

Tints of Scarlet #FE2E19

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.15%

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

R = 78.15%
G = 14.15%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE2E19 (or 0xFE2E19) is known color: Scarlet. HEX triplet: FE, 2E and 19. RGB value is (254,46,25). Sum of RGB (Red+Green+Blue) = 254+46+25=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2E19 is #01D1E6. Grayscale: #6A6A6A. Windows color (decimal): -119271 or 1650430. OLE color: 1650430.

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

Color convert

RGB 254 46 25 -
CMYK 0 0.82 0.90 0.00
HSL 5.5º 0.99% 0.55% -
HSV(B) 5.5º 0.9% 1% -
XYZ 42.03 23.1 3.16 -
YUV 105.8 82.41 233.71 -
System Red Green Blue C M Y K H S L
Decimal 254 46 25 0 0.82 0.90 0.00 5.5 0.99 0.55
Hex FE 2E 19 0 52 5A 0 6 63 37
Octal 376 56 31 0 122 132 0 6 143 67
Binary 11111110 101110 11001 0 1010010 1011010 0 110 1100011 110111

Color Harmonies of #FE2E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2E19

Black with #FE2E19

Text Example


Text Example

White with #FE2E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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