Html Css Color HEX #FE2B16 Scarlet

📋 copy color: '#FE2B16'

red 254 ◦ green 43 ◦ blue 22

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

Shades of Scarlet #FE2B16

Tints of Scarlet #FE2B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.9%

R = 79.62%
G = 13.48%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE2B16 (or 0xFE2B16) is known color: Scarlet. HEX triplet: FE, 2B and 16. RGB value is (254,43,22). Sum of RGB (Red+Green+Blue) = 254+43+22=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2B16 is #01D4E9. Grayscale: #676767. Windows color (decimal): -120042 or 1453054. OLE color: 1453054.

HSL color Cylindrical-coordinate representation of color #FE2B16: hue angle of 5.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE2B16 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 43 22 -
CMYK 0 0.83 0.91 0.00
HSL 5.43º 0.99% 0.54% -
HSV(B) 5.43º 0.91% 1% -
XYZ 41.88 22.86 2.96 -
YUV 103.7 81.9 235.21 -
System Red Green Blue C M Y K H S L
Decimal 254 43 22 0 0.83 0.91 0.00 5.43 0.99 0.54
Hex FE 2B 16 0 53 5B 0 5 63 36
Octal 376 53 26 0 123 133 0 5 143 66
Binary 11111110 101011 10110 0 1010011 1011011 0 101 1100011 110110

Color Harmonies of #FE2B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B16

Black with #FE2B16

Text Example


Text Example

White with #FE2B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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