Html Css Color HEX #FB1E2B Torch Red

📋 copy color: '#FB1E2B'

red 251 ◦ green 30 ◦ blue 43

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

Shades of Torch Red #FB1E2B

Tints of Torch Red #FB1E2B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.26%

 BLUE value IS 43 (17.19% from 255) = 13.27%

R = 77.47%
G = 9.26%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB1E2B (or 0xFB1E2B) is known color: Torch Red. HEX triplet: FB, 1E and 2B. RGB value is (251,30,43). Sum of RGB (Red+Green+Blue) = 251+30+43=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1E2B is #04E1D4. Grayscale: #616161. Windows color (decimal): -319957 or 2825979. OLE color: 2825979.

HSL color Cylindrical-coordinate representation of color #FB1E2B: hue angle of 356.47º degrees, saturation: 0.97, 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 #FB1E2B is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 30 43 -
CMYK 0 0.88 0.83 0.02
HSL 356.47º 0.97% 0.55% -
HSV(B) 356.47º 0.88% 0.98% -
XYZ 40.68 21.61 4.31 -
YUV 97.56 97.22 237.44 -
System Red Green Blue C M Y K H S L
Decimal 251 30 43 0 0.88 0.83 0.02 356.47 0.97 0.55
Hex FB 1E 2B 0 58 53 2 164 61 37
Octal 373 36 53 0 130 123 2 544 141 67
Binary 11111011 11110 101011 0 1011000 1010011 10 101100100 1100001 110111

Color Harmonies of #FB1E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1E2B

Black with #FB1E2B

Text Example


Text Example

White with #FB1E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1E2B; }

 p { color: rgb(251,30,43); }

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

background-color css

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

 a { background-color: rgb(251,30,43); }

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

border-color css

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

 span { border-color: rgb(251,30,43); }

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