Html Css Color HEX #FE301A Scarlet

📋 copy color: '#FE301A'

red 254 ◦ green 48 ◦ blue 26

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

Shades of Scarlet #FE301A

Tints of Scarlet #FE301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

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

R = 77.44%
G = 14.63%
B = 7.93%

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

#FE301A (or 0xFE301A) is known color: Scarlet. HEX triplet: FE, 30 and 1A. RGB value is (254,48,26). Sum of RGB (Red+Green+Blue) = 254+48+26=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE301A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE301A is #01CFE5. Grayscale: #6B6B6B. Windows color (decimal): -118758 or 1716478. OLE color: 1716478.

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

Color convert

RGB 254 48 26 -
CMYK 0 0.81 0.90 0.00
HSL 5.79º 0.99% 0.55% -
HSV(B) 5.79º 0.9% 1% -
XYZ 42.12 23.26 3.25 -
YUV 107.09 82.25 232.79 -
System Red Green Blue C M Y K H S L
Decimal 254 48 26 0 0.81 0.90 0.00 5.79 0.99 0.55
Hex FE 30 1A 0 51 5A 0 6 63 37
Octal 376 60 32 0 121 132 0 6 143 67
Binary 11111110 110000 11010 0 1010001 1011010 0 110 1100011 110111

Color Harmonies of #FE301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE301A

Black with #FE301A

Text Example


Text Example

White with #FE301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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