Html Css Color HEX #FE2015 Scarlet

📋 copy color: '#FE2015'

red 254 ◦ green 32 ◦ blue 21

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

Shades of Scarlet #FE2015

Tints of Scarlet #FE2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.42%

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

R = 82.74%
G = 10.42%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE2015 (or 0xFE2015) is known color: Scarlet. HEX triplet: FE, 20 and 15. RGB value is (254,32,21). Sum of RGB (Red+Green+Blue) = 254+32+21=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2015 is #01DFEA. Grayscale: #616161. Windows color (decimal): -122859 or 1384702. OLE color: 1384702.

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

Color convert

RGB 254 32 21 -
CMYK 0 0.87 0.92 0.00
HSL 2.83º 0.99% 0.54% -
HSV(B) 2.83º 0.92% 1% -
XYZ 41.52 22.16 2.8 -
YUV 97.12 85.05 239.89 -
System Red Green Blue C M Y K H S L
Decimal 254 32 21 0 0.87 0.92 0.00 2.83 0.99 0.54
Hex FE 20 15 0 57 5C 0 3 63 36
Octal 376 40 25 0 127 134 0 3 143 66
Binary 11111110 100000 10101 0 1010111 1011100 0 11 1100011 110110

Color Harmonies of #FE2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2015

Black with #FE2015

Text Example


Text Example

White with #FE2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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