Html Css Color HEX #FE311A Scarlet

📋 copy color: '#FE311A'

red 254 ◦ green 49 ◦ blue 26

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

Shades of Scarlet #FE311A

Tints of Scarlet #FE311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.9%

R = 77.2%
G = 14.89%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE311A (or 0xFE311A) is known color: Scarlet. HEX triplet: FE, 31 and 1A. RGB value is (254,49,26). Sum of RGB (Red+Green+Blue) = 254+49+26=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE311A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE311A is #01CEE5. Grayscale: #6B6B6B. Windows color (decimal): -118502 or 1716734. OLE color: 1716734.

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

Color convert

RGB 254 49 26 -
CMYK 0 0.81 0.90 0.00
HSL 6.05º 0.99% 0.55% -
HSV(B) 6.05º 0.9% 1% -
XYZ 42.16 23.34 3.26 -
YUV 107.67 81.92 232.37 -
System Red Green Blue C M Y K H S L
Decimal 254 49 26 0 0.81 0.90 0.00 6.05 0.99 0.55
Hex FE 31 1A 0 51 5A 0 6 63 37
Octal 376 61 32 0 121 132 0 6 143 67
Binary 11111110 110001 11010 0 1010001 1011010 0 110 1100011 110111

Color Harmonies of #FE311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE311A

Black with #FE311A

Text Example


Text Example

White with #FE311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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