Html Css Color HEX #FB2341 Torch Red

📋 copy color: '#FB2341'

red 251 ◦ green 35 ◦ blue 65

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

Shades of Torch Red #FB2341

Tints of Torch Red #FB2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.97%

 BLUE value IS 65 (25.78% from 255) = 18.52%

R = 71.51%
G = 9.97%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB2341 (or 0xFB2341) is known color: Torch Red. HEX triplet: FB, 23 and 41. RGB value is (251,35,65). Sum of RGB (Red+Green+Blue) = 251+35+65=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2341 is #04DCBE. Grayscale: #676767. Windows color (decimal): -318655 or 4269051. OLE color: 4269051.

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

Color convert

RGB 251 35 65 -
CMYK 0 0.86 0.74 0.02
HSL 351.67º 0.96% 0.56% -
HSV(B) 351.67º 0.86% 0.98% -
XYZ 41.34 22.09 7.09 -
YUV 103 106.56 233.56 -
System Red Green Blue C M Y K H S L
Decimal 251 35 65 0 0.86 0.74 0.02 351.67 0.96 0.56
Hex FB 23 41 0 56 4A 2 160 60 38
Octal 373 43 101 0 126 112 2 540 140 70
Binary 11111011 100011 1000001 0 1010110 1001010 10 101100000 1100000 111000

Color Harmonies of #FB2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2341

Black with #FB2341

Text Example


Text Example

White with #FB2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2341; }

 p { color: rgb(251,35,65); }

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

background-color css

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

 a { background-color: rgb(251,35,65); }

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

border-color css

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

 span { border-color: rgb(251,35,65); }

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