Html Css Color HEX #FE1F15 Scarlet

📋 copy color: '#FE1F15'

red 254 ◦ green 31 ◦ blue 21

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

Shades of Scarlet #FE1F15

Tints of Scarlet #FE1F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.13%

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

R = 83.01%
G = 10.13%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE1F15 (or 0xFE1F15) is known color: Scarlet. HEX triplet: FE, 1F and 15. RGB value is (254,31,21). Sum of RGB (Red+Green+Blue) = 254+31+21=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1F15 is #01E0EA. Grayscale: #606060. Windows color (decimal): -123115 or 1384446. OLE color: 1384446.

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

Color convert

RGB 254 31 21 -
CMYK 0 0.88 0.92 0.00
HSL 2.58º 0.99% 0.54% -
HSV(B) 2.58º 0.92% 1% -
XYZ 41.5 22.1 2.79 -
YUV 96.54 85.38 240.31 -
System Red Green Blue C M Y K H S L
Decimal 254 31 21 0 0.88 0.92 0.00 2.58 0.99 0.54
Hex FE 1F 15 0 58 5C 0 3 63 36
Octal 376 37 25 0 130 134 0 3 143 66
Binary 11111110 11111 10101 0 1011000 1011100 0 11 1100011 110110

Color Harmonies of #FE1F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1F15

Black with #FE1F15

Text Example


Text Example

White with #FE1F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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