Html Css Color HEX #FE310E Scarlet

📋 copy color: '#FE310E'

red 254 ◦ green 49 ◦ blue 14

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

Shades of Scarlet #FE310E

Tints of Scarlet #FE310E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.42%

R = 80.13%
G = 15.46%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE310E (or 0xFE310E) is known color: Scarlet. HEX triplet: FE, 31 and 0E. RGB value is (254,49,14). Sum of RGB (Red+Green+Blue) = 254+49+14=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE310E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE310E is #01CEF1. Grayscale: #6A6A6A. Windows color (decimal): -118514 or 930302. OLE color: 930302.

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

Color convert

RGB 254 49 14 -
CMYK 0 0.81 0.94 0.00
HSL 8.75º 0.99% 0.53% -
HSV(B) 8.75º 0.94% 1% -
XYZ 42.05 23.3 2.7 -
YUV 106.31 75.92 233.35 -
System Red Green Blue C M Y K H S L
Decimal 254 49 14 0 0.81 0.94 0.00 8.75 0.99 0.53
Hex FE 31 E 0 51 5E 0 9 63 35
Octal 376 61 16 0 121 136 0 11 143 65
Binary 11111110 110001 1110 0 1010001 1011110 0 1001 1100011 110101

Color Harmonies of #FE310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE310E

Black with #FE310E

Text Example


Text Example

White with #FE310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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