Html Css Color HEX #FB220E Scarlet

📋 copy color: '#FB220E'

red 251 ◦ green 34 ◦ blue 14

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

Shades of Scarlet #FB220E

Tints of Scarlet #FB220E

RGB

 RED value IS 251 (98.44% from 255) = 83.95%

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

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

R = 83.95%
G = 11.37%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB220E (or 0xFB220E) is known color: Scarlet. HEX triplet: FB, 22 and 0E. RGB value is (251,34,14). Sum of RGB (Red+Green+Blue) = 251+34+14=299 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.95% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 251 - color contains mainly: red. Hex color #FB220E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB220E is #04DDF1. Grayscale: #606060. Windows color (decimal): -318962 or 926459. OLE color: 926459.

HSL color Cylindrical-coordinate representation of color #FB220E: hue angle of 5.06º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB220E is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 34 14 -
CMYK 0 0.86 0.94 0.02
HSL 5.06º 0.97% 0.52% -
HSV(B) 5.06º 0.94% 0.98% -
XYZ 40.43 21.68 2.47 -
YUV 96.6 81.39 238.13 -
System Red Green Blue C M Y K H S L
Decimal 251 34 14 0 0.86 0.94 0.02 5.06 0.97 0.52
Hex FB 22 E 0 56 5E 2 5 61 34
Octal 373 42 16 0 126 136 2 5 141 64
Binary 11111011 100010 1110 0 1010110 1011110 10 101 1100001 110100

Color Harmonies of #FB220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB220E

Black with #FB220E

Text Example


Text Example

White with #FB220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB220E; }

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

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

background-color css

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

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

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

border-color css

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

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

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