Html Css Color HEX #FB1F3A Torch Red

📋 copy color: '#FB1F3A'

red 251 ◦ green 31 ◦ blue 58

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

Shades of Torch Red #FB1F3A

Tints of Torch Red #FB1F3A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.12%

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

R = 73.82%
G = 9.12%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FB1F3A (or 0xFB1F3A) is known color: Torch Red. HEX triplet: FB, 1F and 3A. RGB value is (251,31,58). Sum of RGB (Red+Green+Blue) = 251+31+58=340 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.82% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1F3A is #04E0C5. Grayscale: #636363. Windows color (decimal): -319686 or 3809275. OLE color: 3809275.

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

Color convert

RGB 251 31 58 -
CMYK 0 0.88 0.77 0.02
HSL 352.64º 0.96% 0.55% -
HSV(B) 352.64º 0.88% 0.98% -
XYZ 41.04 21.79 6.05 -
YUV 99.86 104.39 235.8 -
System Red Green Blue C M Y K H S L
Decimal 251 31 58 0 0.88 0.77 0.02 352.64 0.96 0.55
Hex FB 1F 3A 0 58 4D 2 161 60 37
Octal 373 37 72 0 130 115 2 541 140 67
Binary 11111011 11111 111010 0 1011000 1001101 10 101100001 1100000 110111

Color Harmonies of #FB1F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1F3A

Black with #FB1F3A

Text Example


Text Example

White with #FB1F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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