Html Css Color HEX #FE3115 Scarlet

📋 copy color: '#FE3115'

red 254 ◦ green 49 ◦ blue 21

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

Shades of Scarlet #FE3115

Tints of Scarlet #FE3115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.48%

R = 78.4%
G = 15.12%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE3115 (or 0xFE3115) is known color: Scarlet. HEX triplet: FE, 31 and 15. RGB value is (254,49,21). Sum of RGB (Red+Green+Blue) = 254+49+21=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3115 is #01CEEA. Grayscale: #6B6B6B. Windows color (decimal): -118507 or 1389054. OLE color: 1389054.

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

Color convert

RGB 254 49 21 -
CMYK 0 0.81 0.92 0.00
HSL 7.21º 0.99% 0.54% -
HSV(B) 7.21º 0.92% 1% -
XYZ 42.11 23.32 2.99 -
YUV 107.1 79.42 232.78 -
System Red Green Blue C M Y K H S L
Decimal 254 49 21 0 0.81 0.92 0.00 7.21 0.99 0.54
Hex FE 31 15 0 51 5C 0 7 63 36
Octal 376 61 25 0 121 134 0 7 143 66
Binary 11111110 110001 10101 0 1010001 1011100 0 111 1100011 110110

Color Harmonies of #FE3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3115

Black with #FE3115

Text Example


Text Example

White with #FE3115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3115; }

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

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

background-color css

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

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

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

border-color css

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

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

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