Html Css Color HEX #FE2B15 Scarlet

📋 copy color: '#FE2B15'

red 254 ◦ green 43 ◦ blue 21

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

Shades of Scarlet #FE2B15

Tints of Scarlet #FE2B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.52%

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

R = 79.87%
G = 13.52%
B = 6.6%

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

#FE2B15 (or 0xFE2B15) is known color: Scarlet. HEX triplet: FE, 2B and 15. RGB value is (254,43,21). Sum of RGB (Red+Green+Blue) = 254+43+21=318 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.87% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2B15 is #01D4EA. Grayscale: #676767. Windows color (decimal): -120043 or 1387518. OLE color: 1387518.

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

Color convert

RGB 254 43 21 -
CMYK 0 0.83 0.92 0.00
HSL 5.67º 0.99% 0.54% -
HSV(B) 5.67º 0.92% 1% -
XYZ 41.87 22.85 2.91 -
YUV 103.58 81.4 235.29 -
System Red Green Blue C M Y K H S L
Decimal 254 43 21 0 0.83 0.92 0.00 5.67 0.99 0.54
Hex FE 2B 15 0 53 5C 0 6 63 36
Octal 376 53 25 0 123 134 0 6 143 66
Binary 11111110 101011 10101 0 1010011 1011100 0 110 1100011 110110

Color Harmonies of #FE2B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B15

Black with #FE2B15

Text Example


Text Example

White with #FE2B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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