Html Css Color HEX #FE2716 Scarlet

📋 copy color: '#FE2716'

red 254 ◦ green 39 ◦ blue 22

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

Shades of Scarlet #FE2716

Tints of Scarlet #FE2716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

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

R = 80.63%
G = 12.38%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE2716 (or 0xFE2716) is known color: Scarlet. HEX triplet: FE, 27 and 16. RGB value is (254,39,22). Sum of RGB (Red+Green+Blue) = 254+39+22=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2716 is #01D8E9. Grayscale: #656565. Windows color (decimal): -121066 or 1452030. OLE color: 1452030.

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

Color convert

RGB 254 39 22 -
CMYK 0 0.85 0.91 0.00
HSL 4.4º 0.99% 0.54% -
HSV(B) 4.4º 0.91% 1% -
XYZ 41.74 22.58 2.92 -
YUV 101.35 83.23 236.88 -
System Red Green Blue C M Y K H S L
Decimal 254 39 22 0 0.85 0.91 0.00 4.4 0.99 0.54
Hex FE 27 16 0 55 5B 0 4 63 36
Octal 376 47 26 0 125 133 0 4 143 66
Binary 11111110 100111 10110 0 1010101 1011011 0 100 1100011 110110

Color Harmonies of #FE2716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2716

Black with #FE2716

Text Example


Text Example

White with #FE2716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2716; }

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

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

background-color css

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

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

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

border-color css

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

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

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