Html Css Color HEX #FE220E Scarlet

📋 copy color: '#FE220E'

red 254 ◦ green 34 ◦ blue 14

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

Shades of Scarlet #FE220E

Tints of Scarlet #FE220E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.26%

 BLUE value IS 14 (5.86% from 255) = 4.64%

R = 84.11%
G = 11.26%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE220E (or 0xFE220E) is known color: Scarlet. HEX triplet: FE, 22 and 0E. RGB value is (254,34,14). Sum of RGB (Red+Green+Blue) = 254+34+14=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE220E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE220E is #01DDF1. Grayscale: #616161. Windows color (decimal): -122354 or 926462. OLE color: 926462.

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

Color convert

RGB 254 34 14 -
CMYK 0 0.87 0.94 0.00
HSL 0.99% 0.53% -
HSV(B) 0.94% 1% -
XYZ 41.52 22.25 2.52 -
YUV 97.5 80.89 239.63 -
System Red Green Blue C M Y K H S L
Decimal 254 34 14 0 0.87 0.94 0.00 5 0.99 0.53
Hex FE 22 E 0 57 5E 0 5 63 35
Octal 376 42 16 0 127 136 0 5 143 65
Binary 11111110 100010 1110 0 1010111 1011110 0 101 1100011 110101

Color Harmonies of #FE220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE220E

Black with #FE220E

Text Example


Text Example

White with #FE220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE220E; }

 p { color: rgb(254,34,14); }

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

background-color css

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

 a { background-color: rgb(254,34,14); }

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

border-color css

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

 span { border-color: rgb(254,34,14); }

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