Html Css Color HEX #FE220B Scarlet

📋 copy color: '#FE220B'

red 254 ◦ green 34 ◦ blue 11

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

Shades of Scarlet #FE220B

Tints of Scarlet #FE220B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.68%

R = 84.95%
G = 11.37%
B = 3.68%

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

#FE220B (or 0xFE220B) is known color: Scarlet. HEX triplet: FE, 22 and 0B. RGB value is (254,34,11). Sum of RGB (Red+Green+Blue) = 254+34+11=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE220B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE220B is #01DDF4. Grayscale: #616161. Windows color (decimal): -122357 or 729854. OLE color: 729854.

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

Color convert

RGB 254 34 11 -
CMYK 0 0.87 0.96 0.00
HSL 5.68º 0.99% 0.52% -
HSV(B) 5.68º 0.96% 1% -
XYZ 41.51 22.24 2.42 -
YUV 97.16 79.39 239.87 -
System Red Green Blue C M Y K H S L
Decimal 254 34 11 0 0.87 0.96 0.00 5.68 0.99 0.52
Hex FE 22 B 0 57 60 0 6 63 34
Octal 376 42 13 0 127 140 0 6 143 64
Binary 11111110 100010 1011 0 1010111 1100000 0 110 1100011 110100

Color Harmonies of #FE220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE220B

Black with #FE220B

Text Example


Text Example

White with #FE220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE220B; }

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

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

background-color css

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

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

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

border-color css

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

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

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