Html Css Color HEX #FB0214 Torch Red

📋 copy color: '#FB0214'

red 251 ◦ green 2 ◦ blue 20

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

Shades of Torch Red #FB0214

Tints of Torch Red #FB0214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 91.94%
G = 0.73%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB0214 (or 0xFB0214) is known color: Torch Red. HEX triplet: FB, 02 and 14. RGB value is (251,2,20). Sum of RGB (Red+Green+Blue) = 251+2+20=273 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.94% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0214 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0214 is #04FDEB. Grayscale: #4E4E4E. Windows color (decimal): -327148 or 1311483. OLE color: 1311483.

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

Color convert

RGB 251 2 20 -
CMYK 0 0.99 0.92 0.02
HSL 355.66º 0.98% 0.5% -
HSV(B) 355.66º 0.99% 0.98% -
XYZ 39.93 20.6 2.53 -
YUV 78.5 94.99 251.04 -
System Red Green Blue C M Y K H S L
Decimal 251 2 20 0 0.99 0.92 0.02 355.66 0.98 0.5
Hex FB 2 14 0 63 5C 2 164 62 32
Octal 373 2 24 0 143 134 2 544 142 62
Binary 11111011 10 10100 0 1100011 1011100 10 101100100 1100010 110010

Color Harmonies of #FB0214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0214

Black with #FB0214

Text Example


Text Example

White with #FB0214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0214; }

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

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

background-color css

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

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

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

border-color css

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

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

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