Html Css Color HEX #FB221A Scarlet

📋 copy color: '#FB221A'

red 251 ◦ green 34 ◦ blue 26

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

Shades of Scarlet #FB221A

Tints of Scarlet #FB221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.36%

R = 80.71%
G = 10.93%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB221A (or 0xFB221A) is known color: Scarlet. HEX triplet: FB, 22 and 1A. RGB value is (251,34,26). Sum of RGB (Red+Green+Blue) = 251+34+26=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB221A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB221A is #04DDE5. Grayscale: #626262. Windows color (decimal): -318950 or 1712891. OLE color: 1712891.

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

Color convert

RGB 251 34 26 -
CMYK 0 0.86 0.90 0.02
HSL 2.13º 0.97% 0.54% -
HSV(B) 2.13º 0.9% 0.98% -
XYZ 40.54 21.73 3.03 -
YUV 97.97 87.39 237.15 -
System Red Green Blue C M Y K H S L
Decimal 251 34 26 0 0.86 0.90 0.02 2.13 0.97 0.54
Hex FB 22 1A 0 56 5A 2 2 61 36
Octal 373 42 32 0 126 132 2 2 141 66
Binary 11111011 100010 11010 0 1010110 1011010 10 10 1100001 110110

Color Harmonies of #FB221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB221A

Black with #FB221A

Text Example


Text Example

White with #FB221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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