Html Css Color HEX #FB1A3E Torch Red

📋 copy color: '#FB1A3E'

red 251 ◦ green 26 ◦ blue 62

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

Shades of Torch Red #FB1A3E

Tints of Torch Red #FB1A3E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.67%

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 74.04%
G = 7.67%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB1A3E (or 0xFB1A3E) is known color: Torch Red. HEX triplet: FB, 1A and 3E. RGB value is (251,26,62). Sum of RGB (Red+Green+Blue) = 251+26+62=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1A3E is #04E5C1. Grayscale: #616161. Windows color (decimal): -320962 or 4070139. OLE color: 4070139.

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

Color convert

RGB 251 26 62 -
CMYK 0 0.90 0.75 0.02
HSL 350.4º 0.97% 0.54% -
HSV(B) 350.4º 0.9% 0.98% -
XYZ 41.02 21.6 6.56 -
YUV 97.38 108.04 237.57 -
System Red Green Blue C M Y K H S L
Decimal 251 26 62 0 0.90 0.75 0.02 350.4 0.97 0.54
Hex FB 1A 3E 0 5A 4B 2 15E 61 36
Octal 373 32 76 0 132 113 2 536 141 66
Binary 11111011 11010 111110 0 1011010 1001011 10 101011110 1100001 110110

Color Harmonies of #FB1A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1A3E

Black with #FB1A3E

Text Example


Text Example

White with #FB1A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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