Html Css Color HEX #FE1915 Scarlet

📋 copy color: '#FE1915'

red 254 ◦ green 25 ◦ blue 21

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

Shades of Scarlet #FE1915

Tints of Scarlet #FE1915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.33%

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

R = 84.67%
G = 8.33%
B = 7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE1915 (or 0xFE1915) is known color: Scarlet. HEX triplet: FE, 19 and 15. RGB value is (254,25,21). Sum of RGB (Red+Green+Blue) = 254+25+21=300 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1915 is #01E6EA. Grayscale: #5D5D5D. Windows color (decimal): -124651 or 1382910. OLE color: 1382910.

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

Color convert

RGB 254 25 21 -
CMYK 0 0.90 0.92 0.00
HSL 1.03º 0.99% 0.54% -
HSV(B) 1.03º 0.92% 1% -
XYZ 41.36 21.82 2.74 -
YUV 93.02 87.37 242.83 -
System Red Green Blue C M Y K H S L
Decimal 254 25 21 0 0.90 0.92 0.00 1.03 0.99 0.54
Hex FE 19 15 0 5A 5C 0 1 63 36
Octal 376 31 25 0 132 134 0 1 143 66
Binary 11111110 11001 10101 0 1011010 1011100 0 1 1100011 110110

Color Harmonies of #FE1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1915

Black with #FE1915

Text Example


Text Example

White with #FE1915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1915; }

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

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

background-color css

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

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

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

border-color css

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

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

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