Html Css Color HEX #FE220A Scarlet

📋 copy color: '#FE220A'

red 254 ◦ green 34 ◦ blue 10

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

Shades of Scarlet #FE220A

Tints of Scarlet #FE220A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.36%

R = 85.23%
G = 11.41%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE220A (or 0xFE220A) is known color: Scarlet. HEX triplet: FE, 22 and 0A. RGB value is (254,34,10). Sum of RGB (Red+Green+Blue) = 254+34+10=298 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.23% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 254 - color contains mainly: red. Hex color #FE220A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE220A is #01DDF5. Grayscale: #616161. Windows color (decimal): -122358 or 664318. OLE color: 664318.

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

Color convert

RGB 254 34 10 -
CMYK 0 0.87 0.96 0.00
HSL 5.9º 0.99% 0.52% -
HSV(B) 5.9º 0.96% 1% -
XYZ 41.5 22.24 2.39 -
YUV 97.04 78.89 239.95 -
System Red Green Blue C M Y K H S L
Decimal 254 34 10 0 0.87 0.96 0.00 5.9 0.99 0.52
Hex FE 22 A 0 57 60 0 6 63 34
Octal 376 42 12 0 127 140 0 6 143 64
Binary 11111110 100010 1010 0 1010111 1100000 0 110 1100011 110100

Color Harmonies of #FE220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE220A

Black with #FE220A

Text Example


Text Example

White with #FE220A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE220A; }

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

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

background-color css

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

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

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

border-color css

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

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

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