Html Css Color HEX #FE3111 Scarlet

📋 copy color: '#FE3111'

red 254 ◦ green 49 ◦ blue 17

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

Shades of Scarlet #FE3111

Tints of Scarlet #FE3111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.31%

 BLUE value IS 17 (7.03% from 255) = 5.31%

R = 79.38%
G = 15.31%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE3111 (or 0xFE3111) is known color: Scarlet. HEX triplet: FE, 31 and 11. RGB value is (254,49,17). Sum of RGB (Red+Green+Blue) = 254+49+17=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3111 is #01CEEE. Grayscale: #6A6A6A. Windows color (decimal): -118511 or 1126910. OLE color: 1126910.

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

Color convert

RGB 254 49 17 -
CMYK 0 0.81 0.93 0.00
HSL 8.1º 0.99% 0.53% -
HSV(B) 8.1º 0.93% 1% -
XYZ 42.07 23.31 2.81 -
YUV 106.65 77.42 233.1 -
System Red Green Blue C M Y K H S L
Decimal 254 49 17 0 0.81 0.93 0.00 8.1 0.99 0.53
Hex FE 31 11 0 51 5D 0 8 63 35
Octal 376 61 21 0 121 135 0 10 143 65
Binary 11111110 110001 10001 0 1010001 1011101 0 1000 1100011 110101

Color Harmonies of #FE3111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3111

Black with #FE3111

Text Example


Text Example

White with #FE3111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3111; }

 p { color: rgb(254,49,17); }

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

background-color css

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

 a { background-color: rgb(254,49,17); }

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

border-color css

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

 span { border-color: rgb(254,49,17); }

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