Html Css Color HEX #FB223A Torch Red

📋 copy color: '#FB223A'

red 251 ◦ green 34 ◦ blue 58

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

Shades of Torch Red #FB223A

Tints of Torch Red #FB223A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 73.18%
G = 9.91%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FB223A (or 0xFB223A) is known color: Torch Red. HEX triplet: FB, 22 and 3A. RGB value is (251,34,58). Sum of RGB (Red+Green+Blue) = 251+34+58=343 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.18% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 251 - color contains mainly: red. Hex color #FB223A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB223A is #04DDC5. Grayscale: #656565. Windows color (decimal): -318918 or 3810043. OLE color: 3810043.

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

Color convert

RGB 251 34 58 -
CMYK 0 0.86 0.77 0.02
HSL 353.36º 0.96% 0.56% -
HSV(B) 353.36º 0.86% 0.98% -
XYZ 41.12 21.96 6.07 -
YUV 101.62 103.39 234.55 -
System Red Green Blue C M Y K H S L
Decimal 251 34 58 0 0.86 0.77 0.02 353.36 0.96 0.56
Hex FB 22 3A 0 56 4D 2 161 60 38
Octal 373 42 72 0 126 115 2 541 140 70
Binary 11111011 100010 111010 0 1010110 1001101 10 101100001 1100000 111000

Color Harmonies of #FB223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB223A

Black with #FB223A

Text Example


Text Example

White with #FB223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB223A; }

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

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

background-color css

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

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

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

border-color css

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

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

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