Html Css Color HEX #FE2A15 Scarlet

📋 copy color: '#FE2A15'

red 254 ◦ green 42 ◦ blue 21

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

Shades of Scarlet #FE2A15

Tints of Scarlet #FE2A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.25%

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

R = 80.13%
G = 13.25%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE2A15 (or 0xFE2A15) is known color: Scarlet. HEX triplet: FE, 2A and 15. RGB value is (254,42,21). Sum of RGB (Red+Green+Blue) = 254+42+21=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2A15 is #01D5EA. Grayscale: #676767. Windows color (decimal): -120299 or 1387262. OLE color: 1387262.

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

Color convert

RGB 254 42 21 -
CMYK 0 0.83 0.92 0.00
HSL 5.41º 0.99% 0.54% -
HSV(B) 5.41º 0.92% 1% -
XYZ 41.84 22.78 2.9 -
YUV 102.99 81.74 235.71 -
System Red Green Blue C M Y K H S L
Decimal 254 42 21 0 0.83 0.92 0.00 5.41 0.99 0.54
Hex FE 2A 15 0 53 5C 0 5 63 36
Octal 376 52 25 0 123 134 0 5 143 66
Binary 11111110 101010 10101 0 1010011 1011100 0 101 1100011 110110

Color Harmonies of #FE2A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2A15

Black with #FE2A15

Text Example


Text Example

White with #FE2A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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