Html Css Color HEX #FE310A Scarlet

📋 copy color: '#FE310A'

red 254 ◦ green 49 ◦ blue 10

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

Shades of Scarlet #FE310A

Tints of Scarlet #FE310A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.19%

R = 81.15%
G = 15.65%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE310A (or 0xFE310A) is known color: Scarlet. HEX triplet: FE, 31 and 0A. RGB value is (254,49,10). Sum of RGB (Red+Green+Blue) = 254+49+10=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE310A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE310A is #01CEF5. Grayscale: #6A6A6A. Windows color (decimal): -118518 or 668158. OLE color: 668158.

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

Color convert

RGB 254 49 10 -
CMYK 0 0.81 0.96 0.00
HSL 9.59º 0.99% 0.52% -
HSV(B) 9.59º 0.96% 1% -
XYZ 42.03 23.29 2.57 -
YUV 105.85 73.92 233.67 -
System Red Green Blue C M Y K H S L
Decimal 254 49 10 0 0.81 0.96 0.00 9.59 0.99 0.52
Hex FE 31 A 0 51 60 0 A 63 34
Octal 376 61 12 0 121 140 0 12 143 64
Binary 11111110 110001 1010 0 1010001 1100000 0 1010 1100011 110100

Color Harmonies of #FE310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE310A

Black with #FE310A

Text Example


Text Example

White with #FE310A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE310A; }

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

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

background-color css

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

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

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

border-color css

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

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

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