Html Css Color HEX #FB201A Scarlet

📋 copy color: '#FB201A'

red 251 ◦ green 32 ◦ blue 26

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

Shades of Scarlet #FB201A

Tints of Scarlet #FB201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

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

R = 81.23%
G = 10.36%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB201A (or 0xFB201A) is known color: Scarlet. HEX triplet: FB, 20 and 1A. RGB value is (251,32,26). Sum of RGB (Red+Green+Blue) = 251+32+26=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB201A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB201A is #04DFE5. Grayscale: #616161. Windows color (decimal): -319462 or 1712379. OLE color: 1712379.

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

Color convert

RGB 251 32 26 -
CMYK 0 0.87 0.90 0.02
HSL 1.6º 0.97% 0.54% -
HSV(B) 1.6º 0.9% 0.98% -
XYZ 40.49 21.62 3.02 -
YUV 96.8 88.05 237.99 -
System Red Green Blue C M Y K H S L
Decimal 251 32 26 0 0.87 0.90 0.02 1.6 0.97 0.54
Hex FB 20 1A 0 57 5A 2 2 61 36
Octal 373 40 32 0 127 132 2 2 141 66
Binary 11111011 100000 11010 0 1010111 1011010 10 10 1100001 110110

Color Harmonies of #FB201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB201A

Black with #FB201A

Text Example


Text Example

White with #FB201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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