Html Css Color HEX #FB021A Torch Red

📋 copy color: '#FB021A'

red 251 ◦ green 2 ◦ blue 26

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

Shades of Torch Red #FB021A

Tints of Torch Red #FB021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 89.96%
G = 0.72%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB021A (or 0xFB021A) is known color: Torch Red. HEX triplet: FB, 02 and 1A. RGB value is (251,2,26). Sum of RGB (Red+Green+Blue) = 251+2+26=279 (36% of max value = 765). Red value is 251 (98.44% from 255 or 89.96% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 251 - color contains mainly: red. Hex color #FB021A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB021A is #04FDE5. Grayscale: #4F4F4F. Windows color (decimal): -327142 or 1704699. OLE color: 1704699.

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

Color convert

RGB 251 2 26 -
CMYK 0 0.99 0.90 0.02
HSL 354.22º 0.98% 0.5% -
HSV(B) 354.22º 0.99% 0.98% -
XYZ 39.99 20.63 2.85 -
YUV 79.19 97.99 250.55 -
System Red Green Blue C M Y K H S L
Decimal 251 2 26 0 0.99 0.90 0.02 354.22 0.98 0.5
Hex FB 2 1A 0 63 5A 2 162 62 32
Octal 373 2 32 0 143 132 2 542 142 62
Binary 11111011 10 11010 0 1100011 1011010 10 101100010 1100010 110010

Color Harmonies of #FB021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB021A

Black with #FB021A

Text Example


Text Example

White with #FB021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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